aminghias commited on
Commit
b532178
1 Parent(s): e0caa9e

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', gr.Dataframe(headers=df_join.columns)],
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', gr.Dataframe()],
70
  # outputs='text','text',
71
 
72
  # outputs=gr.Dataframe(headers=['title', 'author', 'text']), allow_flagging='never')