nfa124 BilalSardar commited on
Commit
f63e6a6
1 Parent(s): 50e5689

Update app.py (#3)

Browse files

- Update app.py (3c5a16a40ad3cf253118abe0e6e0124e71c102fa)


Co-authored-by: Bilal Sardar <BilalSardar@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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
- examples=[["good boy"]])
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)