Omnibus commited on
Commit
9cc62f1
1 Parent(s): 075cbd5

Update flood.py

Browse files
Files changed (1) hide show
  1. flood.py +1 -1
flood.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(css=css) as myface:
200
  with gr.Row():
201
  frame_num=gr.Textbox(label="Current",value=0,interactive=False)
202
  time_box=gr.Textbox(label="Unique Bandaid", interactive=False)
203
- frame_top=gr.Textbox(label="How many images?", value=10)
204
  with gr.Row():
205
  model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
206
  #magic_text=gr.Textbox(label="Magic Prompt",lines=3)
 
200
  with gr.Row():
201
  frame_num=gr.Textbox(label="Current",value=0,interactive=False)
202
  time_box=gr.Textbox(label="Unique Bandaid", interactive=False)
203
+ frame_top=gr.Textbox(label="How many images? Max 10 for Demo", value=10,interactive=False)
204
  with gr.Row():
205
  model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
206
  #magic_text=gr.Textbox(label="Magic Prompt",lines=3)