nfa124 commited on
Commit
1591fd2
1 Parent(s): 6c0c447

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="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)
 
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=[["bad boy"]])
96
 
97
  demo.launch(debug=True)