Update app.py
Browse files
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":
|