Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kk20krishna
/
CIFAR10
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kk20krishna
commited on
Jan 26
Commit
3af342b
·
verified
·
1 Parent(s):
b38827f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ iface = gr.Interface(
50
)
51
52
# Launch the app
53
-
iface.launch()
50
)
51
52
# Launch the app
53
+
iface.launch(
share=True
)