Spaces:
Runtime error
Runtime error
Casio991ms
commited on
Commit
•
56dc002
1
Parent(s):
b8a426e
gradio older version
Browse files
app.py
CHANGED
@@ -764,7 +764,7 @@ translate('Nafis had 31 raspberry . He slice each raspberry into 19 slices . How
|
|
764 |
|
765 |
interface = gr.Interface(
|
766 |
fn = translate,
|
767 |
-
inputs = gr.Textbox(lines = 2),
|
768 |
outputs = 'text',
|
769 |
examples = [
|
770 |
['Rachel bought two coloring books. One had 23 pictures and the other had 32. After one week she had colored 19 of the pictures. How many pictures does she still have to color?'],
|
|
|
764 |
|
765 |
interface = gr.Interface(
|
766 |
fn = translate,
|
767 |
+
inputs = gr.inputs.Textbox(lines = 2),
|
768 |
outputs = 'text',
|
769 |
examples = [
|
770 |
['Rachel bought two coloring books. One had 23 pictures and the other had 32. After one week she had colored 19 of the pictures. How many pictures does she still have to color?'],
|