Spaces:
Runtime error
Runtime error
Commit
·
f63e6a6
1
Parent(s):
50e5689
Update app.py (#3)
Browse files- Update app.py (3c5a16a40ad3cf253118abe0e6e0124e71c102fa)
Co-authored-by: Bilal Sardar <[email protected]>
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)
|