Ahsen Khaliq commited on
Commit
075c577
1 Parent(s): 502e4ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -16,9 +16,7 @@ with zipfile.ZipFile("REMI-tempo-checkpoint.zip","r") as zip_ref:
16
  with zipfile.ZipFile("REMI-tempo-chord-checkpoint.zip","r") as zip_ref:
17
  zip_ref.extractall(".")
18
 
19
- url = 'https://github.com/AK391/remi/blob/master/input.midi?raw=true'
20
- r = requests.get(url, allow_redirects=True)
21
- open("input.midi", 'wb').write(r.content)
22
 
23
 
24
  # declare model
 
16
  with zipfile.ZipFile("REMI-tempo-chord-checkpoint.zip","r") as zip_ref:
17
  zip_ref.extractall(".")
18
 
19
+
 
 
20
 
21
 
22
  # declare model