Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lneduchal
/
DS405B_practice
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lneduchal
commited on
Jul 13, 2023
Commit
10fa38c
·
1 Parent(s):
3494205
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ interface = gr.Interface(
42
outputs = "label",
43
title = "Car classification"
44
)
45
-
interface.launch(
share = True
)
42
outputs = "label",
43
title = "Car classification"
44
)
45
+
interface.launch()