Kvikontent commited on
Commit
f139b64
1 Parent(s): be4d498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(optional=True)],
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()