ShashwatStable commited on
Commit
d074bf0
·
verified ·
1 Parent(s): 5a07ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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']
 
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']