Spaces:
Build error
Build error
auto_model_choice
#24
by
HugoLaurencon
- opened
- 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)
|