Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haraldosan
/
microsoft-resnet-18
like
0
Sleeping
App
Files
Files
Community
1
Update app.py
#1
by
haraldosan
- opened
Apr 15
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/microsoft/resnet-18").launch()
1
import gradio as gr
2
3
+
gr.load("models/microsoft/resnet-18").launch(
share=True
)