Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(fill_height=False) as demo:
|
|
78 |
gr.Markdown("## SmolVLM: Small yet Mighty 💫")
|
79 |
gr.Markdown("Play with [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) in this demo. To get started, upload an image and text or try one of the examples.")
|
80 |
with gr.Column():
|
81 |
-
image_input = gr.Image(label="Upload your Image", type="pil",
|
82 |
query_input = gr.Textbox(label="Prompt")
|
83 |
assistant_prefix = gr.Textbox(label="Assistant Prefix", placeholder="Let's think step by step.")
|
84 |
|
|
|
78 |
gr.Markdown("## SmolVLM: Small yet Mighty 💫")
|
79 |
gr.Markdown("Play with [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) in this demo. To get started, upload an image and text or try one of the examples.")
|
80 |
with gr.Column():
|
81 |
+
image_input = gr.Image(label="Upload your Image", type="pil", height=400)
|
82 |
query_input = gr.Textbox(label="Prompt")
|
83 |
assistant_prefix = gr.Textbox(label="Assistant Prefix", placeholder="Let's think step by step.")
|
84 |
|