Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
| 55 |
value='{\n "0": "tiny cute swamp bunny, highly detailed, intricate, 8k",\n "30": "anthro swamp bunny, cyberpunk city background, neon lights"\n}',
|
| 56 |
language="json"
|
| 57 |
)
|
| 58 |
-
neg_prompt = gr.Textbox(label="Negative Prompt", value="
|
| 59 |
|
| 60 |
with gr.Row():
|
| 61 |
max_frames = gr.Number(label="Max Frames", value=120, precision=0)
|
|
|
|
| 55 |
value='{\n "0": "tiny cute swamp bunny, highly detailed, intricate, 8k",\n "30": "anthro swamp bunny, cyberpunk city background, neon lights"\n}',
|
| 56 |
language="json"
|
| 57 |
)
|
| 58 |
+
neg_prompt = gr.Textbox(label="Negative Prompt", value="watermark, text, blurry")
|
| 59 |
|
| 60 |
with gr.Row():
|
| 61 |
max_frames = gr.Number(label="Max Frames", value=120, precision=0)
|