Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mawady
/
Demo-integrated-gradients-alibi-gradio
like
2
Runtime error
App
Files
Files
Community
mawady
commited on
Feb 2, 2022
Commit
b037fad
•
1 Parent(s):
37da64e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,5 +98,5 @@ iface = gr.Interface(
98
examples=examples
99
)
100
101
-
iface.launch(
share
=True)
102
98
examples=examples
99
)
100
101
+
iface.launch(
debug
=True)
102