Spaces:
Running
Running
Update app.py
Browse files
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 (
|
| 76 |
-
"Example 5 (
|
|
|
|
| 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:
|