sujal31 commited on
Commit
d0e9888
·
verified ·
1 Parent(s): 4136f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ app = gr.Interface(
44
  description="Predict tip amount based on restaurant bill details."
45
  )
46
 
47
- app.launch()
 
44
  description="Predict tip amount based on restaurant bill details."
45
  )
46
 
47
+ app.launch(share=True)