Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def prompt(pos,hei,wid,no):
|
|
| 37 |
for future in concurrent.futures.as_completed(futures):
|
| 38 |
print(future)
|
| 39 |
|
| 40 |
-
|
| 41 |
li = requests.get(f"https://www.comfydeploy.com/api/run?run_id={i}",headers=hed)
|
| 42 |
lo=li.json()
|
| 43 |
url=lo['outputs']
|
|
|
|
| 37 |
for future in concurrent.futures.as_completed(futures):
|
| 38 |
print(future)
|
| 39 |
|
| 40 |
+
for i in id :
|
| 41 |
li = requests.get(f"https://www.comfydeploy.com/api/run?run_id={i}",headers=hed)
|
| 42 |
lo=li.json()
|
| 43 |
url=lo['outputs']
|