wogh2012 commited on
Commit
afe8b8b
·
1 Parent(s): 5d27d94

fix: polish content to text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def get_alfred_from_dataframe(ecg_id):
31
  params={"ecg_id": ecg_id},
32
  )
33
  response.raise_for_status()
34
- return response.content
35
 
36
 
37
  with gr.Blocks() as demo:
 
31
  params={"ecg_id": ecg_id},
32
  )
33
  response.raise_for_status()
34
+ return response.text
35
 
36
 
37
  with gr.Blocks() as demo: