Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,5 +102,6 @@ iface = gr.Interface(
|
|
| 102 |
article="IMPORTANT: This application is for educational purposes only. Always consult with a qualified healthcare provider for medical concerns. The information provided by this tool should not be used for self-diagnosis or treatment."
|
| 103 |
)
|
| 104 |
|
| 105 |
-
#
|
| 106 |
-
|
|
|
|
|
|
| 102 |
article="IMPORTANT: This application is for educational purposes only. Always consult with a qualified healthcare provider for medical concerns. The information provided by this tool should not be used for self-diagnosis or treatment."
|
| 103 |
)
|
| 104 |
|
| 105 |
+
# Launch the app
|
| 106 |
+
if __name__ == "__main__":
|
| 107 |
+
iface.launch()
|