Spaces:
Sleeping
Sleeping
BilalSardar
commited on
Commit
•
3c5a16a
1
Parent(s):
50e5689
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,6 @@ demo=gr.Interface(fn=texttoSign,
|
|
92 |
outputs="video",
|
93 |
title="Urdu Text To Sign",
|
94 |
description="This is a small text to sign language model based on Urdu sign langugae standards",
|
95 |
-
|
96 |
|
97 |
demo.launch(debug=True)
|
|
|
92 |
outputs="video",
|
93 |
title="Urdu Text To Sign",
|
94 |
description="This is a small text to sign language model based on Urdu sign langugae standards",
|
95 |
+
)
|
96 |
|
97 |
demo.launch(debug=True)
|