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

Omit manual demo launch to let Hugging Face Spaces handle running the app natively

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -89,5 +89,4 @@ demo = gr.Interface(
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(server_name="0.0.0.0", server_port=7860)
 
89
  description="This Space hosts the fine-tuned medical vision-language model for the Diagnostic Co-Pilot ecosystem."
90
  )
91
 
92
+