Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,9 @@ with gr.Blocks(fill_height=True) as demo:
|
|
20 |
"""
|
21 |
# African Language Chatbot (Khaya)
|
22 |
SELECT YOUR LANGUAGE BELOW!
|
23 |
-
Based on the <a href="https://translation.ghananlp.org/">Khaya AI</a> and <a href="https://lesan.ai/">Lesan AI</a>. Lesan is used for <b>Amharic</b> and <b>Tigrinya</b
|
|
|
|
|
24 |
""")
|
25 |
language_selector = gr.Dropdown(["Amharic","Twi","Dagbani","Ewe","Ga","Gurene","Fante","Hausa", "Kikuyu", "Kimeru", "Luo","Shona","Swahili","Tigrinya","Yoruba"],value="Twi",label="Choose Language! (default is Twi)", info="Language:")
|
26 |
main_block = gr.ChatInterface(fn=generate, additional_inputs = language_selector,
|
|
|
20 |
"""
|
21 |
# African Language Chatbot (Khaya)
|
22 |
SELECT YOUR LANGUAGE BELOW!
|
23 |
+
Based on the <a href="https://translation.ghananlp.org/">Khaya AI</a> and <a href="https://lesan.ai/">Lesan AI</a>. Lesan is used for <b>Amharic</b> and <b>Tigrinya</b>.
|
24 |
+
|
25 |
+
NOTE - Conversations collected to train Native LLMs. Want a private chat? Contact us for the code.
|
26 |
""")
|
27 |
language_selector = gr.Dropdown(["Amharic","Twi","Dagbani","Ewe","Ga","Gurene","Fante","Hausa", "Kikuyu", "Kimeru", "Luo","Shona","Swahili","Tigrinya","Yoruba"],value="Twi",label="Choose Language! (default is Twi)", info="Language:")
|
28 |
main_block = gr.ChatInterface(fn=generate, additional_inputs = language_selector,
|