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

Restore Gradio launch block internally, depending on pinned hub version

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -77,4 +77,5 @@ demo = gr.Interface(
77
  description="Fine-tuned Medical LLM for Electrocardiogram (ECG) Tracings."
78
  )
79
 
80
-
 
 
77
  description="Fine-tuned Medical LLM for Electrocardiogram (ECG) Tracings."
78
  )
79
 
80
+ if __name__ == "__main__":
81
+ demo.launch()