Spaces:
Runtime error
Runtime error
BilalSardar
commited on
Commit
·
b3231c1
1
Parent(s):
f63e6a6
Update app.py
Browse files
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)
|