Spaces:
Running
Running
NCTCMumbai
commited on
Commit
•
830c83b
1
Parent(s):
8d97f71
Update app.py
Browse files
app.py
CHANGED
@@ -227,5 +227,4 @@ gr.Interface(
|
|
227 |
examples = ['200 SI/SI/SI LPO ALUMINIUM LIDS (QTY: 8820000 PCS/PRICE: 21.'],
|
228 |
title=title,
|
229 |
article=article,
|
230 |
-
|
231 |
-
).launch(debug=True)
|
|
|
227 |
examples = ['200 SI/SI/SI LPO ALUMINIUM LIDS (QTY: 8820000 PCS/PRICE: 21.'],
|
228 |
title=title,
|
229 |
article=article,
|
230 |
+
).launch(debug=True,blocked_paths=blocked_files,)
|
|