soiz commited on
Commit
496a472
1 Parent(s): a0ad59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ index_html = """
166
  seed
167
  });
168
 
169
- const reqURL = `https://soiz-sdapi.hf.space/generate?${params.toString()}`;
170
  document.getElementById("reqURL").value = reqURL; // URLを設定
171
 
172
  try {
 
166
  seed
167
  });
168
 
169
+ const reqURL = `https://soiz-dreamlike-anime-1-0api.hf.space/generate?${params.toString()}`;
170
  document.getElementById("reqURL").value = reqURL; // URLを設定
171
 
172
  try {