Aashi commited on
Commit
dc10bd3
1 Parent(s): 213e6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=5)
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 = [