soiz1 commited on
Commit
bc0eaf6
·
verified ·
1 Parent(s): c53b12a

Update app.py

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