Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
|
|
66 |
fn=predict,
|
67 |
inputs='text',
|
68 |
# outputs='text',
|
69 |
-
outputs=['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')
|