Rachel Rakov commited on
Commit
adec782
·
1 Parent(s): 5224e38

Removed examples

Browse files
Files changed (1) hide show
  1. eng_to_aslGloss_app.py +3 -3
eng_to_aslGloss_app.py CHANGED
@@ -99,9 +99,9 @@ def main():
99
  inputs="textbox",
100
  outputs="text",
101
  title = title,
102
- description = description,
103
- examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
104
- ["If I don't travel often, I am sad."]])
105
  interface.launch()
106
 
107
 
 
99
  inputs="textbox",
100
  outputs="text",
101
  title = title,
102
+ description = description)
103
+ # examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
104
+ # ["If I don't travel often, I am sad."]])
105
  interface.launch()
106
 
107