Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ def ask_medical_question(question):
|
|
| 33 |
|
| 34 |
# Set up Gradio interface
|
| 35 |
iface = gr.Interface(fn=ask_medical_question, inputs="text", outputs="text")
|
| 36 |
-
iface.launch(
|
|
|
|
| 33 |
|
| 34 |
# Set up Gradio interface
|
| 35 |
iface = gr.Interface(fn=ask_medical_question, inputs="text", outputs="text")
|
| 36 |
+
iface.launch()
|