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