Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nitinnyadavvv
/
car-classification
like
1
Running
App
Files
Files
Community
nitinnyadavvv
commited on
Nov 14, 2024
Commit
e08583a
·
verified
·
1 Parent(s):
aa0359b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ app = gr.Interface(
37
)
38
39
# Launch the app
40
-
app.launch()
37
)
38
39
# Launch the app
40
+
app.launch(
share=True
)