Spaces:
Runtime error
Runtime error
Rachel Rakov
commited on
Commit
·
5863902
1
Parent(s):
839440d
Removed examples
Browse files- eng_to_aslGloss_app.py +2 -2
eng_to_aslGloss_app.py
CHANGED
@@ -104,8 +104,8 @@ def main():
|
|
104 |
inputs="textbox",
|
105 |
outputs="text",
|
106 |
title = title,
|
107 |
-
description = description
|
108 |
-
examples = [[("Prompt: Every year I buy my dad a gift \n", "Result: EVERY-YEAR<Ti>, MY DAD GIFT<T>, ME BUY<A>")]])
|
109 |
# examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
|
110 |
# ["If I don't travel often, I am sad."]])
|
111 |
interface.launch()
|
|
|
104 |
inputs="textbox",
|
105 |
outputs="text",
|
106 |
title = title,
|
107 |
+
description = description)
|
108 |
+
#examples = [[("Prompt: Every year I buy my dad a gift \n", "Result: EVERY-YEAR<Ti>, MY DAD GIFT<T>, ME BUY<A>")]])
|
109 |
# examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
|
110 |
# ["If I don't travel often, I am sad."]])
|
111 |
interface.launch()
|