hssling commited on
Commit
dac3c9d
·
1 Parent(s): adfd30a

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
@@ -78,5 +78,4 @@ demo = gr.Interface(
78
  description="Fine-tuned Medical LLM for Chest & Bone Radiographs."
79
  )
80
 
81
- if __name__ == "__main__":
82
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
78
  description="Fine-tuned Medical LLM for Chest & Bone Radiographs."
79
  )
80
 
81
+