sanaweb commited on
Commit
df5b8b5
1 Parent(s): b160e3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,3 +1,4 @@
1
- import gradio as gr
2
 
3
- gr.load("models/PartAI/TookaBERT-Large").launch()
 
 
1
+ from transformers import pipeline
2
 
3
+ inference_pipeline = pipeline('fill-mask', model="PartAI/TookaBERT-Large")
4
+ inference_pipeline("شهر برلین در کشور <mask> واقع شده است.")