Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smoothjazzuser
/
AI_Model_Explainability
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
smoothjazzuser
commited on
12 days ago
Commit
6e4d048
·
verified
·
1 Parent(s):
4ed94fa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -166,4 +166,4 @@ with gr.Blocks() as iface:
166
outputs=[output, output2])
167
168
169
-
iface.launch()
166
outputs=[output, output2])
167
168
169
+
iface.launch(
share=True
)