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
ba09bd7
·
verified
·
1 Parent(s):
355d5ac
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,blocked_paths='./Checkpoint')
88
],
89
textbox)
90
91
+
demo.launch(debug=True,blocked_paths=
[
'./Checkpoint'
]
)