ford442 commited on
Commit
3535beb
·
verified ·
1 Parent(s): 6183ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -542,7 +542,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
542
  run_button_60 = gr.Button("Run 60 Seconds", scale=0)
543
  run_button_90 = gr.Button("Run 90 Seconds", scale=0)
544
  result = gr.Gallery(label="Result", columns=1, show_label=False)
545
- text_strength = gr.Slider(
546
  label="Text Strength",
547
  minimum=0.0,
548
  maximum=16.0,
 
542
  run_button_60 = gr.Button("Run 60 Seconds", scale=0)
543
  run_button_90 = gr.Button("Run 90 Seconds", scale=0)
544
  result = gr.Gallery(label="Result", columns=1, show_label=False)
545
+ text_strength = gr.Slider(
546
  label="Text Strength",
547
  minimum=0.0,
548
  maximum=16.0,