Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ chat_interface = gr.ChatInterface(
|
|
| 41 |
title="Gemini Chat",
|
| 42 |
description="Chat with an AI assistant powered by Gemini",
|
| 43 |
theme="soft",
|
| 44 |
-
inputs=[gr.Textbox(lines=1, label="Enter your message"), gr.Image(
|
| 45 |
)
|
| 46 |
|
| 47 |
chat_interface.launch()
|
|
|
|
| 41 |
title="Gemini Chat",
|
| 42 |
description="Chat with an AI assistant powered by Gemini",
|
| 43 |
theme="soft",
|
| 44 |
+
inputs=[gr.Textbox(lines=1, label="Enter your message"), gr.Image()],
|
| 45 |
)
|
| 46 |
|
| 47 |
chat_interface.launch()
|