Spaces:
Sleeping
Sleeping
Restore Gradio launch block internally, depending on pinned hub version
Browse files
app.py
CHANGED
|
@@ -78,4 +78,5 @@ demo = gr.Interface(
|
|
| 78 |
description="Fine-tuned Medical LLM for Chest & Bone Radiographs."
|
| 79 |
)
|
| 80 |
|
| 81 |
-
|
|
|
|
|
|
| 78 |
description="Fine-tuned Medical LLM for Chest & Bone Radiographs."
|
| 79 |
)
|
| 80 |
|
| 81 |
+
if __name__ == "__main__":
|
| 82 |
+
demo.launch()
|