Spaces:
Runtime error
Runtime error
Rachel Rakov
commited on
Commit
·
c6c114f
1
Parent(s):
ffa5fdb
Reverted to unshared due to runtime error
Browse files- eng_to_aslGloss_app.py +1 -1
eng_to_aslGloss_app.py
CHANGED
@@ -141,7 +141,7 @@ def main():
|
|
141 |
#examples = [[("Prompt: Every year I buy my dad a gift \n", "Result: EVERY-YEAR<Ti>, MY DAD GIFT<T>, ME BUY<A>")]])
|
142 |
# examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
|
143 |
# ["If I don't travel often, I am sad."]])
|
144 |
-
interface.launch(
|
145 |
|
146 |
|
147 |
|
|
|
141 |
#examples = [[("Prompt: Every year I buy my dad a gift \n", "Result: EVERY-YEAR<Ti>, MY DAD GIFT<T>, ME BUY<A>")]])
|
142 |
# examples=[["Every year I buy my dad a gift"], ["I always look forward to the family vacation"],
|
143 |
# ["If I don't travel often, I am sad."]])
|
144 |
+
interface.launch()
|
145 |
|
146 |
|
147 |
|