neuralleap commited on
Commit
e3371c5
·
verified ·
1 Parent(s): f5008da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,4 +77,4 @@ with gr.Blocks(title="Healthelic") as demo:
77
  )
78
 
79
  if __name__ == "__main__":
80
- demo.launch()
 
77
  )
78
 
79
  if __name__ == "__main__":
80
+ demo.launch(share=True)