merve HF staff commited on
Commit
145db83
·
verified ·
1 Parent(s): e32495d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", width=1000, 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
 
 
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