Spaces:
Runtime error
Runtime error
Update flood.py
Browse files
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)
|