Spaces:
Runtime error
Runtime error
Commit
•
9ce5ff8
1
Parent(s):
59ed6fa
auto_model_choice (#24)
Browse files- remove selection of the model (c77a96bb00f1acb44c9698d4da64f2eddc39abb1)
Co-authored-by: Hugo Laurençon <[email protected]>
- 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)
|