AlekseyCalvin commited on
Commit
973b510
·
verified ·
1 Parent(s): da0ff6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="nsfw, nude, watermark, text, blurry")
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)