mansoorhamidzadeh commited on
Commit
7f6160c
·
verified ·
1 Parent(s): eff283e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  ner_pipeline = pipeline("ner", model="ViravirastSHZ/Hafez-NER")
6
 
7
  examples = [
8
- "Does Chicago have any stores and does Joe live here?",
9
  ]
10
 
11
  def ner(text):
 
5
  ner_pipeline = pipeline("ner", model="ViravirastSHZ/Hafez-NER")
6
 
7
  examples = [
8
+ "روسیه به آمریکا و کشورهای «غیردوست» دعوت‌نامه‌هایی برای شرکت در سیزدهمین دوره مجمع بین‌المللی امنیتی مسکو ارسال کرده است. این رویداد از ۲۷ تا ۲۹ مه ۲۰۲۵ در مسکو برگزار خواهد شد.",
9
  ]
10
 
11
  def ner(text):