Suchinthana commited on
Commit
768b01a
·
verified ·
1 Parent(s): 535a4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -72,8 +72,9 @@ examples = {
72
  "Example 1 (en)": "Hugging Face's tokenizers are really cool!",
73
  "Example 2 (en)": "Gradio makes building UIs so easy and intuitive.",
74
  "Example 3 (en)": "Machine learning models often require extensive training data.",
75
- "Example 4 (ta)": "விரைவு பழுப்பு நரி சோம்பேறி நாய் மீது குதிக்கிறது",
76
- "Example 5 (si)": "ඉක්මන් දුඹුරු නරියා කම්මැලි බල්ලා උඩින් පනියි"
 
77
  }
78
 
79
  with gr.Blocks() as demo:
 
72
  "Example 1 (en)": "Hugging Face's tokenizers are really cool!",
73
  "Example 2 (en)": "Gradio makes building UIs so easy and intuitive.",
74
  "Example 3 (en)": "Machine learning models often require extensive training data.",
75
+ "Example 4 (mr)": "जलद तपकिरी कोल्हा आळशी कुत्र्यावर उडी मारतो",
76
+ "Example 5 (ta)": "விரைவு பழுப்பு நரி சோம்பேறி நாய் மீது குதிக்கிறது",
77
+ "Example 6 (si)": "ඉක්මන් දුඹුරු නරියා කම්මැලි බල්ලා උඩින් පනියි"
78
  }
79
 
80
  with gr.Blocks() as demo: