Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ if __name__ == '__main__':
|
|
65 |
gr.Textbox(lines=5, label="Input text"),
|
66 |
]
|
67 |
|
68 |
-
outputs = gr.
|
69 |
|
70 |
title = "NLLB distilled 600M demo"
|
71 |
|
|
|
65 |
gr.Textbox(lines=5, label="Input text"),
|
66 |
]
|
67 |
|
68 |
+
outputs = gr.JSON()
|
69 |
|
70 |
title = "NLLB distilled 600M demo"
|
71 |
|