Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=background_css) as interface:
|
|
140 |
|
141 |
file_input.change(process_file, inputs=file_input, outputs=file_output)
|
142 |
|
143 |
-
with gr.Tab("Try Other Sentiment Models
|
144 |
with gr.Row():
|
145 |
other_model_selector = gr.Dropdown(
|
146 |
choices=list(additional_models.keys()),
|
|
|
140 |
|
141 |
file_input.change(process_file, inputs=file_input, outputs=file_output)
|
142 |
|
143 |
+
with gr.Tab("Try Other Sentiment Models"):
|
144 |
with gr.Row():
|
145 |
other_model_selector = gr.Dropdown(
|
146 |
choices=list(additional_models.keys()),
|