DigiP-AI commited on
Commit
3f70fff
·
verified ·
1 Parent(s): ec04d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def query(prompt, negative_prompt, task, steps=35, sampler="DPM++ 2M Karras", cf
40
  seed = int(seed)
41
  width = int(width)
42
  height = int(height)
 
43
 
44
  if task == "Playground v2":
45
  ua = UserAgent()
 
40
  seed = int(seed)
41
  width = int(width)
42
  height = int(height)
43
+ progress=gr.Progress(track_tqdm=True)
44
 
45
  if task == "Playground v2":
46
  ua = UserAgent()