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

fix: polish content

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.text
35
 
36
 
37
  with gr.Blocks() as demo:
 
31
  params={"ecg_id": ecg_id},
32
  )
33
  response.raise_for_status()
34
+ return response.content
35
 
36
 
37
  with gr.Blocks() as demo: