hssling commited on
Commit
eef4b5e
·
1 Parent(s): fdbfd6d

Restore Gradio launch block internally, depending on pinned hub version

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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