Skip to content

Commit 950b02e

Browse files
authored
Update index.html
1 parent 1f90cc9 commit 950b02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1 class="text-4xl font-bold mb-10">Image Generator</h1>
5757
</div>
5858
</body>
5959
<script>
60-
const api = "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";
60+
const api = "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";
6161
const url = "https://api.openai.com/v1/images/generations";
6262
const text = document.getElementById("text");
6363
const image = document.getElementById("image");

0 commit comments

Comments
 (0)