Spaces:
Runtime error
Runtime error
Commit
·
6c0c447
1
Parent(s):
f63e6a6
Update app.py (#4)
Browse files- Update app.py (b3231c1e7bd2fd3645c2de16a2b3186dd761b8f9)
Co-authored-by: Bilal Sardar <[email protected]>
app.py
CHANGED
@@ -90,8 +90,8 @@ def texttoSign(text):
|
|
90 |
demo=gr.Interface(fn=texttoSign,
|
91 |
inputs="text",
|
92 |
outputs="video",
|
93 |
-
title="
|
94 |
-
description="This is a small text to sign language model based on
|
95 |
-
)
|
96 |
|
97 |
demo.launch(debug=True)
|
|
|
90 |
demo=gr.Interface(fn=texttoSign,
|
91 |
inputs="text",
|
92 |
outputs="video",
|
93 |
+
title="ASL Text To Sign",
|
94 |
+
description="This is a small text to sign language model based on ASL sign langugae standards",
|
95 |
+
examples=[["good boy"]])
|
96 |
|
97 |
demo.launch(debug=True)
|