Tonic commited on
Commit
70b2149
1 Parent(s): ff4e34f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ def process_and_query(text, image):
180
  iface = gr.Interface(
181
  fn=process_and_query,
182
  inputs=[
183
- gr.Textbox(label="Input Text", optional=True),
184
- gr.Image(label="Upload Image", optional=True)
185
  ],
186
  outputs=[gr.Markdown(label="Output Text")],
187
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
 
180
  iface = gr.Interface(
181
  fn=process_and_query,
182
  inputs=[
183
+ gr.Textbox(label="Input Text"),
184
+ gr.Image(label="Upload Image")
185
  ],
186
  outputs=[gr.Markdown(label="Output Text")],
187
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",