DhimanBose commited on
Commit
303b7c1
·
verified ·
1 Parent(s): 913c4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers import pipeline
2
  import gradio as gr
3
- pipe = pipeline("fill-mask", model="sagorsarker/bangla-bert-base")
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):