Spaces:
Runtime error
Runtime error
DhimanBose
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
-
pipe = pipeline("fill-mask", model="
|
4 |
|
5 |
|
6 |
def image_classifier(inp):
|
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
+
pipe = pipeline("fill-mask", model="DhimanBose/FineTuned_BanglaBERT_for_Masked_Language_Model")
|
4 |
|
5 |
|
6 |
def image_classifier(inp):
|