Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
|
|
85 |
# gr.HTML("<center><h1>Gemini-PRO & Gemini-PRO-Vision API</h1></center>")
|
86 |
|
87 |
# Initialize the MultimodalChatbot component
|
88 |
-
multi = MultimodalChatbot(value=[]
|
89 |
|
90 |
with gr.Row():
|
91 |
# Textbox for user input with increased scale for better visibility
|
|
|
85 |
# gr.HTML("<center><h1>Gemini-PRO & Gemini-PRO-Vision API</h1></center>")
|
86 |
|
87 |
# Initialize the MultimodalChatbot component
|
88 |
+
multi = MultimodalChatbot(value=[])
|
89 |
|
90 |
with gr.Row():
|
91 |
# Textbox for user input with increased scale for better visibility
|