MorettiGS commited on
Commit
cfe37e9
1 Parent(s): daf978b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ iface = gr.Interface(
115
  description="The purpose of this model is to predict whether or not a person has any heart diseases or not.",
116
  )
117
 
118
- iface.launch()
 
115
  description="The purpose of this model is to predict whether or not a person has any heart diseases or not.",
116
  )
117
 
118
+ iface.launch(share=True)