Spaces:
Runtime error
Runtime error
DhimanBose
commited on
Commit
•
0b7d64d
1
Parent(s):
8170b20
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
from transformers import pipeline
|
4 |
-
import gradio as gr
|
5 |
pipe = pipeline("fill-mask", model="DhimanBose/FineTuned_BanglaBERT_for_Masked_Language_Model")
|
6 |
|
7 |
|
|
|
1 |
+
|
2 |
+
|
|
|
|
|
3 |
pipe = pipeline("fill-mask", model="DhimanBose/FineTuned_BanglaBERT_for_Masked_Language_Model")
|
4 |
|
5 |
|