Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
c77a96b
1
Parent(s):
4e6fedf
remove selection of the model
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -360,6 +360,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
360 |
show_label=False,
|
361 |
container=False,
|
362 |
label="Model",
|
|
|
363 |
)
|
364 |
|
365 |
imagebox = gr.Image(type="filepath", label="Image input", visible=False)
|
|
|
360 |
show_label=False,
|
361 |
container=False,
|
362 |
label="Model",
|
363 |
+
visible=False,
|
364 |
)
|
365 |
|
366 |
imagebox = gr.Image(type="filepath", label="Image input", visible=False)
|