BilalSardar commited on
Commit
3c5a16a
1 Parent(s): 50e5689

Update app.py

Browse files
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)