Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,5 @@ gr.Interface(
|
|
26 |
inputs=feedback_textbox,
|
27 |
outputs=feedback_output,
|
28 |
title="Feedback Classifier",
|
29 |
-
description="Enter your feedback and get the top 2 associated labels with scores."
|
30 |
-
capture_session=True
|
31 |
).launch()
|
|
|
26 |
inputs=feedback_textbox,
|
27 |
outputs=feedback_output,
|
28 |
title="Feedback Classifier",
|
29 |
+
description="Enter your feedback and get the top 2 associated labels with scores."
|
|
|
30 |
).launch()
|