Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def demo():
|
|
78 |
# Define Gradio input and output components
|
79 |
text_input = gr.Textbox(label="Text Input", placeholder="Enter text here", lines=5)
|
80 |
image_input = gr.Image(label="Upload an Image", type="pil")
|
81 |
-
output = gr.Textbox(label="Model Output", lines=
|
82 |
|
83 |
# Add two examples for multimodal analysis
|
84 |
examples = [
|
|
|
78 |
# Define Gradio input and output components
|
79 |
text_input = gr.Textbox(label="Text Input", placeholder="Enter text here", lines=5)
|
80 |
image_input = gr.Image(label="Upload an Image", type="pil")
|
81 |
+
output = gr.Textbox(label="Model Output", lines=3)
|
82 |
|
83 |
# Add two examples for multimodal analysis
|
84 |
examples = [
|