cipherunhsiv commited on
Commit
8153abe
·
verified ·
1 Parent(s): 0296c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ iface = gr.Interface(
42
  description="Enter the 8 feature values to get a prediction."
43
  )
44
 
45
- iface.launch()
 
42
  description="Enter the 8 feature values to get a prediction."
43
  )
44
 
45
+ iface.launch(share=True)