Spaces:
Running
Running
Update app.py
#4
by
BilalSardar
- opened
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)
|