Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ index_html = """
|
|
| 166 |
seed
|
| 167 |
});
|
| 168 |
|
| 169 |
-
const reqURL = `https://soiz-
|
| 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 {
|