Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GreatGutsy
/
CarPricePredictor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GreatGutsy
commited on
Feb 2
Commit
fa3d68e
·
verified
·
1 Parent(s):
44b5fc4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -267,4 +267,4 @@ with gr.Blocks() as demo:
267
)
268
269
if __name__ == "__main__":
270
-
demo.launch(css=custom_css, ssr_mode=False)
267
)
268
269
if __name__ == "__main__":
270
+
demo.launch(css=custom_css, ssr_mode=False
, share=True
)