aminghias commited on
Commit
037ec80
·
1 Parent(s): ba5d229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
66
  fn=predict,
67
  inputs='text',
68
  # outputs='text',
69
- outputs=['text','text'],
70
  # outputs='text','text',
71
 
72
  # outputs=gr.Dataframe(headers=['title', 'author', 'text']), allow_flagging='never')
 
66
  fn=predict,
67
  inputs='text',
68
  # outputs='text',
69
+ outputs=['text','table'],
70
  # outputs='text','text',
71
 
72
  # outputs=gr.Dataframe(headers=['title', 'author', 'text']), allow_flagging='never')