Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def test_area(text):
|
|
88 |
main_interface = gr.Interface(
|
89 |
fn=evaluate,
|
90 |
inputs=gr.File(label="Reviews"),
|
91 |
-
outputs=[gr.Textbox(label="Rating"), gr.Textbox(label="Summary"), gr.Textbox(label="Keywords"), gr.Textbox(label="Overall Sentiment")],
|
92 |
title='Summarize Reviews',
|
93 |
description="Evaluate and summarize collection of reviews. Reviews are submitted as an Excel file, where each review is in its own cell."
|
94 |
)
|
|
|
88 |
main_interface = gr.Interface(
|
89 |
fn=evaluate,
|
90 |
inputs=gr.File(label="Reviews"),
|
91 |
+
outputs=[gr.Textbox(label="Overall Rating"), gr.Textbox(label="Summary"), gr.Textbox(label="Keywords"), gr.Textbox(label="Overall Sentiment")],
|
92 |
title='Summarize Reviews',
|
93 |
description="Evaluate and summarize collection of reviews. Reviews are submitted as an Excel file, where each review is in its own cell."
|
94 |
)
|