Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NCTCMumbai
/
HS_Code_AI-Explanability
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NCTCMumbai
commited on
Apr 7, 2024
Commit
355d5ac
·
verified
·
1 Parent(s):
6cf60cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ with gr.Blocks(css=css) as demo:
88
],
89
textbox)
90
91
-
demo.launch(debug=True)
88
],
89
textbox)
90
91
+
demo.launch(debug=True
,blocked_paths='./Checkpoint'
)