Geonmo commited on
Commit
9196843
1 Parent(s): cd8c1e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ if __name__ == '__main__':
65
  gr.Textbox(lines=5, label="Input text"),
66
  ]
67
 
68
- outputs = gr.outputs.JSON()
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