Spaces:
Runtime error
Runtime error
Commit
·
b8a426e
1
Parent(s):
7955e7d
minor fixes
Browse files
app.py
CHANGED
@@ -763,7 +763,7 @@ translate(check_str)
|
|
763 |
translate('Nafis had 31 raspberry . He slice each raspberry into 19 slices . How many raspberry slices did Denise make?')
|
764 |
|
765 |
interface = gr.Interface(
|
766 |
-
fn =
|
767 |
inputs = gr.Textbox(lines = 2),
|
768 |
outputs = 'text',
|
769 |
examples = [
|
|
|
763 |
translate('Nafis had 31 raspberry . He slice each raspberry into 19 slices . How many raspberry slices did Denise make?')
|
764 |
|
765 |
interface = gr.Interface(
|
766 |
+
fn = translate,
|
767 |
inputs = gr.Textbox(lines = 2),
|
768 |
outputs = 'text',
|
769 |
examples = [
|