DigiP-AI commited on
Commit
6301a7c
·
verified ·
1 Parent(s): 4966b8a

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
  progress=gr.Progress(track_tqdm=True)
44
 
45
  if task == "Playground v2":
 
40
  seed = int(seed)
41
  width = int(width)
42
  height = int(height)
43
+ style_name= int(style_name)
44
  progress=gr.Progress(track_tqdm=True)
45
 
46
  if task == "Playground v2":