zaidmehdi commited on
Commit
22914d3
1 Parent(s): 114bd3f

change example

Browse files
Files changed (1) hide show
  1. src/main.py +3 -4
src/main.py CHANGED
@@ -61,14 +61,13 @@ def main():
61
  outputs=predictions)
62
 
63
  gr.Markdown("## Text Examples")
64
- examples = gr.Examples(
65
  examples=[
66
- "واش نتا خدام ولا لا",
67
  "بصح راك فاهم لازم الزيت",
68
  "حضرتك بروح زي كدا؟ على طول النهار ده",
69
  ],
70
- inputs=input_text,
71
- )
72
  gr.HTML("""
73
  <p style="text-align: center;font-size: large;">
74
  Checkout the <a href="https://github.com/zaidmehdi/arabic-dialect-classifier">Github Repo</a>
 
61
  outputs=predictions)
62
 
63
  gr.Markdown("## Text Examples")
64
+ gr.Examples(
65
  examples=[
66
+ "الله يعطيك الصحة هاد الطاجين بنين تبارك لله",
67
  "بصح راك فاهم لازم الزيت",
68
  "حضرتك بروح زي كدا؟ على طول النهار ده",
69
  ],
70
+ inputs=input_text)
 
71
  gr.HTML("""
72
  <p style="text-align: center;font-size: large;">
73
  Checkout the <a href="https://github.com/zaidmehdi/arabic-dialect-classifier">Github Repo</a>