Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
innat
/
HybridModel-GradCAM
like
7
Runtime error
App
Files
Files
Community
innat
commited on
Jan 1, 2023
Commit
1f1482a
•
1 Parent(s):
9f2a615
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,6 +93,6 @@ iface = gr.Interface(
93
["examples/rose.jpg"],
94
],
95
)
96
-
iface.launch()
97
98
93
["examples/rose.jpg"],
94
],
95
)
96
+
iface.launch(
share=True
)
97
98