Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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():
|