jilijeanlouis commited on
Commit
0cce4e4
1 Parent(s): 1c82b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  ),
50
  gr.Textbox(placeholder="english", max_lines=1),
51
  ],
52
- outputs="text"
53
  )
54
 
55
  iface.launch()
 
49
  ),
50
  gr.Textbox(placeholder="english", max_lines=1),
51
  ],
52
+ outputs="json"
53
  )
54
 
55
  iface.launch()