Spaces:
Runtime error
Runtime error
File size: 945 Bytes
d0f35dd af2c014 5ac1c7f af2c014 5ac1c7f af2c014 5ac1c7f af2c014 d0f35dd 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 |
description = """ ELC Hackathon 2023: This AI can translate to Sign Languages
To begin, Click on an example from below, and then press the submit button.
\n This is very large AI model running on a shared server to many other. The AI works, but may show error if the server is too busy. So check after 3 hours
"""
wip_description = """Demo running on share server
"""
examples = [
[
"Question: What are the rights of person with disability?\nAnswer:",
64,
],
[
'To say "Disability rights include the right to work" in Indian Sign Language, you can say,',
64,
],
[
'To say "Beauty is an attitude" in American Sign Language, you can say,',
64,
],
[
'To say "What are the human rights of persons with disability" in Hindi Language, you can say,',
32,
],
]
initial_prompt_value = "Question: What are the rights of person with disability?\nAnswer:" |