Fancy-MLLM commited on
Commit
3a5b7da
·
verified ·
1 Parent(s): 9f03b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=Css) as demo:
91
 
92
  with gr.Row():
93
  with gr.Column():
94
- input_image = gr.Image(type="pil", label="Upload")
95
  input_text = gr.Textbox(label="input your question")
96
  with gr.Row():
97
  with gr.Column():
 
91
 
92
  with gr.Row():
93
  with gr.Column():
94
+ input_image = gr.Image(type="pil", label="Upload"),
95
  input_text = gr.Textbox(label="input your question")
96
  with gr.Row():
97
  with gr.Column():