aieeshashafique commited on
Commit
2bb51ab
ยท
verified ยท
1 Parent(s): 83f34c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ demo = gr.Interface(
45
  gr.Textbox(label="Final Prediction")
46
  ],
47
  title="๐Ÿ—ฃ๏ธ Saudi Dialect Classifier",
48
- description="๐Ÿ” ู†ู…ูˆุฐุฌ BERT ู„ุชุตู†ูŠู ุงู„ุฌู…ู„ ุฅู„ู‰ ู„ู‡ุฌุฉ ุณุนูˆุฏูŠุฉ ุฃูˆ ุบูŠุฑ ุณุนูˆุฏูŠุฉ.\n\n๐Ÿ‘ฉโ€๐Ÿ’ป Deployed by **Ayesha Shafique**\n\n๐ŸŒ Model credit: [Omartificial-Intelligence-Space](https://huggingface.co/Omartificial-Intelligence-Space)",
49
  allow_flagging="never"
50
  )
51
 
 
45
  gr.Textbox(label="Final Prediction")
46
  ],
47
  title="๐Ÿ—ฃ๏ธ Saudi Dialect Classifier",
48
+ description="๐Ÿ” ู†ู…ูˆุฐุฌ BERT ู„ุชุตู†ูŠู ุงู„ุฌู…ู„ ุฅู„ู‰ ู„ู‡ุฌุฉ ุณุนูˆุฏูŠุฉ ุฃูˆ ุบูŠุฑ ุณุนูˆุฏูŠุฉ.\n\n๐Ÿ‘ฉโ€๐Ÿ’ป Deployed by **Ayesha Shafique** [LinkedIn](https://www.linkedin.com/in/aieeshashafique/)\n\n๐ŸŒ Model credit: [Omartificial-Intelligence-Space](https://huggingface.co/Omartificial-Intelligence-Space)",
49
  allow_flagging="never"
50
  )
51