Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,4 @@ with gr.Blocks(title="MedAI Assistant") as app:
|
|
| 49 |
analyze_symptoms_btn = gr.Button("تشغيل التحليل")
|
| 50 |
analyze_symptoms_btn.click(analyze_symptoms, inputs=symptom_input, outputs=symptom_output)
|
| 51 |
|
| 52 |
-
app.launch()
|
| 53 |
-
|
| 54 |
-
app.launch()
|
| 55 |
-
|
| 56 |
-
demo.launch()
|
|
|
|
| 49 |
analyze_symptoms_btn = gr.Button("تشغيل التحليل")
|
| 50 |
analyze_symptoms_btn.click(analyze_symptoms, inputs=symptom_input, outputs=symptom_output)
|
| 51 |
|
| 52 |
+
app.launch()
|
|
|
|
|
|
|
|
|
|
|
|