Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sujal31
/
tipsPrediction
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sujal31
commited on
about 1 month ago
Commit
d0e9888
·
verified
·
1 Parent(s):
4136f9d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)