hssling commited on
Commit
817371c
·
1 Parent(s): 3487f58

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