Spaces:
Runtime error
Runtime error
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,)
|
|
|