Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
184 |
-
gr.Image(label="Upload Image"
|
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 ⚕🗣️😷",
|