Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Uday007
/
Insurance-Predictor
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Uday007
commited on
Jul 12, 2023
Commit
94ebdde
·
1 Parent(s):
f9a0827
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,6 +54,6 @@ ui=gr.Interface(
54
)
55
56
if __name__=="__main__":
57
-
ui.launch(
share=True
)
58
59
54
)
55
56
if __name__=="__main__":
57
+
ui.launch()
58
59