axolotyy commited on
Commit
df7f0f4
1 Parent(s): d76d49b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -13,7 +13,7 @@ async function generateImage() {
13
  const prompt = document.getElementById('prompt-input').value;
14
 
15
  try {
16
- const response = await fetch('https://742b-35-198-254-120.ngrok-free.app/generate-image/', {
17
  method: 'POST',
18
  headers: {
19
  'Content-Type': 'application/x-www-form-urlencoded'
 
13
  const prompt = document.getElementById('prompt-input').value;
14
 
15
  try {
16
+ const response = await fetch('https://e5c2-35-198-254-120.ngrok-free.app/generate-image/', {
17
  method: 'POST',
18
  headers: {
19
  'Content-Type': 'application/x-www-form-urlencoded'