Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,6 @@ if __name__ == '__main__':
|
|
38 |
gr.inputs.Textbox(lines=5, label="Input text"),
|
39 |
]
|
40 |
|
41 |
-
outputs = gr.outputs.JSON()
|
42 |
-
|
43 |
title = "Fulfulde translator"
|
44 |
|
45 |
demo_status = "Demo is running on CPU"
|
|
|
38 |
gr.inputs.Textbox(lines=5, label="Input text"),
|
39 |
]
|
40 |
|
|
|
|
|
41 |
title = "Fulfulde translator"
|
42 |
|
43 |
demo_status = "Demo is running on CPU"
|