GVAmaresh commited on
Commit
d2010b2
·
1 Parent(s): dc2f8e3

dev: check working

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -60,3 +60,5 @@ with h5py.File(io.BytesIO(response2.content), 'r') as h5_file:
60
  dataset_name = list(h5_file.keys())[0]
61
  data = h5_file[dataset_name][:]
62
  print(data)
 
 
 
60
  dataset_name = list(h5_file.keys())[0]
61
  data = h5_file[dataset_name][:]
62
  print(data)
63
+
64
+ #-----------------------------------------------------------------------------------------
requirements.txt CHANGED
@@ -16,4 +16,5 @@ soundfile
16
  python-multipart
17
  matplotlib
18
  numpy
19
- gdown
 
 
16
  python-multipart
17
  matplotlib
18
  numpy
19
+ gdown
20
+ requests