Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hilongjw
/
microsoft-resnet-18
like
0
Running
App
Files
Files
Community
hilongjw
commited on
Jun 5, 2023
Commit
58b5808
•
1 Parent(s):
8a1db12
Update app.py
Browse files
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.Interface.load("models/microsoft/resnet-18").launch(
share=True
)
1
import gradio as gr
2
3
+
gr.Interface.load("models/microsoft/resnet-18").launch()