Pendrokar commited on
Commit
116549d
β€’
1 Parent(s): 394bf65

response.text removal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- response.text
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(