Spaces:
Running
Running
NCTCMumbai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -205,6 +205,8 @@ article="<p style='color:black;text-align:right;font-size:1vw;'>Powered by NCTC
|
|
205 |
|
206 |
#css=".gradio-container {background-color: papayawhip}",
|
207 |
|
|
|
|
|
208 |
gr.Interface(
|
209 |
predict_CTH,
|
210 |
inputs=input_txt,
|
@@ -215,4 +217,5 @@ gr.Interface(
|
|
215 |
examples = ['200 SI/SI/SI LPO ALUMINIUM LIDS (QTY: 8820000 PCS/PRICE: 21.'],
|
216 |
title=title,
|
217 |
article=article,
|
|
|
218 |
).launch()
|
|
|
205 |
|
206 |
#css=".gradio-container {background-color: papayawhip}",
|
207 |
|
208 |
+
blocked_files=['fun_advaitbert.py','./fun_advaitbert.py','./Checkpoint',]
|
209 |
+
|
210 |
gr.Interface(
|
211 |
predict_CTH,
|
212 |
inputs=input_txt,
|
|
|
217 |
examples = ['200 SI/SI/SI LPO ALUMINIUM LIDS (QTY: 8820000 PCS/PRICE: 21.'],
|
218 |
title=title,
|
219 |
article=article,
|
220 |
+
blocked_paths=blocked_files,
|
221 |
).launch()
|