soiz commited on
Commit
cc5ae63
·
verified ·
1 Parent(s): 74d0aae

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-flux-1-dev-serverless.hf.space/generate?${params.toString()}`;
170
  document.getElementById("reqURL").value = reqURL; // URLを設定
171
 
172
  try {
 
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 {