Spaces:
Runtime error
Runtime error
File size: 954 Bytes
80f658c d0f35dd af2c014 5ac1c7f af2c014 5ac1c7f af2c014 29d974c efae0d1 af2c014 29d974c d0f35dd c1df5ba 7e35c57 af2c014 efae0d1 166d7b2 efae0d1 af2c014 5ac1c7f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
description = """ ELC Hackathon 2023: Inclusive communication : This AI can interact in many languages including many Sign Languages
To begin, Click on an example from below, and then press the submit button.
"""
wip_description = """Demo running on share server
"""
examples = [
[
"Question: What are the rights of person with disability?\nAnswer:",
64,
],
[
'In Indian Sign Language, the sign for "How are you?" is',
54,
],
[
'To say "What are the human rights of persons with disability" in Hindi Language, you can say,',
64,
],
[
"Question: Quels sont les droits d'une personne handicapée?\nRépondre:",
64,
],
[
"Question: Can you invent a skin cream that responds to hormone changes before menstruation period?\nAnswer:",
61,
],
]
initial_prompt_value = "Question: What are the rights of person with disability?\nAnswer:" |