Spaces:
Runtime error
Runtime error
Update spaces_info.py
Browse files- spaces_info.py +10 -3
spaces_info.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
description = """ ELC Hackathon 2023: This AI can translate to Sign Languages
|
2 |
-
|
|
|
|
|
|
|
3 |
"""
|
4 |
|
5 |
wip_description = """Demo running on share server
|
@@ -15,7 +18,11 @@ examples = [
|
|
15 |
64,
|
16 |
],
|
17 |
[
|
18 |
-
'To say "
|
|
|
|
|
|
|
|
|
19 |
32,
|
20 |
],
|
21 |
]
|
|
|
1 |
+
description = """ ELC Hackathon 2023: This AI can translate to Sign Languages
|
2 |
+
|
3 |
+
To begin, Click on an example from below, and then press the submit button.
|
4 |
+
|
5 |
+
\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
|
6 |
"""
|
7 |
|
8 |
wip_description = """Demo running on share server
|
|
|
18 |
64,
|
19 |
],
|
20 |
[
|
21 |
+
'To say "Beauty is an attitude" in American Sign Language, you can say,',
|
22 |
+
64,
|
23 |
+
],
|
24 |
+
[
|
25 |
+
'To say "What are the human rights of persons with disability" in Hindi Language, you can say,',
|
26 |
32,
|
27 |
],
|
28 |
]
|