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

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