Spaces:
Sleeping
Sleeping
Restore Gradio launch block internally, depending on pinned hub version
Browse files
app.py
CHANGED
|
@@ -89,4 +89,7 @@ demo = gr.Interface(
|
|
| 89 |
description="This Space hosts the fine-tuned medical vision-language model for the Diagnostic Co-Pilot ecosystem."
|
| 90 |
)
|
| 91 |
|
|
|
|
|
|
|
|
|
|
| 92 |
|
|
|
|
| 89 |
description="This Space hosts the fine-tuned medical vision-language model for the Diagnostic Co-Pilot ecosystem."
|
| 90 |
)
|
| 91 |
|
| 92 |
+
if __name__ == "__main__":
|
| 93 |
+
demo.launch()
|
| 94 |
+
|
| 95 |
|