Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mawady
/
Demo-integrated-gradients-alibi-gradio
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mawady
commited on
Feb 2, 2022
Commit
37da64e
·
1 Parent(s):
0209a95
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -98,7 +98,5 @@ iface = gr.Interface(
98
examples=examples
99
)
100
101
-
iface.
test_launch
()
102
-
103
-
iface.launch(share=True, debug=True)
104
98
examples=examples
99
)
100
101
+
iface.
launch
(
share=True
)
102