Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def gen(prompt, negative, width, height, use_add, progress=gr.Progress()):
|
|
| 45 |
if use_add:
|
| 46 |
text = f"{prompt}, {prompt_add}"
|
| 47 |
else:
|
| 48 |
-
text = f"{prompt"
|
| 49 |
prior_output = prior(
|
| 50 |
prompt=text,
|
| 51 |
height=height,
|
|
|
|
| 45 |
if use_add:
|
| 46 |
text = f"{prompt}, {prompt_add}"
|
| 47 |
else:
|
| 48 |
+
text = f"{prompt}"
|
| 49 |
prior_output = prior(
|
| 50 |
prompt=text,
|
| 51 |
height=height,
|