Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
response.text removal
Browse files
app.py
CHANGED
|
@@ -267,7 +267,7 @@ def predict(
|
|
| 267 |
round(json_data['em_happy'][0], 2),
|
| 268 |
round(json_data['em_sad'][0], 2),
|
| 269 |
round(json_data['em_surprise'][0], 2),
|
| 270 |
-
|
| 271 |
]
|
| 272 |
|
| 273 |
input_textbox = gr.Textbox(
|
|
|
|
| 267 |
round(json_data['em_happy'][0], 2),
|
| 268 |
round(json_data['em_sad'][0], 2),
|
| 269 |
round(json_data['em_surprise'][0], 2),
|
| 270 |
+
json_data
|
| 271 |
]
|
| 272 |
|
| 273 |
input_textbox = gr.Textbox(
|