Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,8 +90,8 @@ def texttoSign(text):
90
  demo=gr.Interface(fn=texttoSign,
91
  inputs="text",
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)
 
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)