Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -217,7 +217,7 @@ with gr.Blocks(title="Generative Date Augmentation Demo") as demo:
|
|
| 217 |
label="Negative Prompt",
|
| 218 |
show_label=True,
|
| 219 |
max_lines=1,
|
| 220 |
-
value="
|
| 221 |
container=False,
|
| 222 |
)
|
| 223 |
with gr.Row():
|
|
|
|
| 217 |
label="Negative Prompt",
|
| 218 |
show_label=True,
|
| 219 |
max_lines=1,
|
| 220 |
+
value="deformed,drawings,disfigured,blurry image,distorted,cartoon",
|
| 221 |
container=False,
|
| 222 |
)
|
| 223 |
with gr.Row():
|