jmaller commited on
Commit
939d308
1 Parent(s): c30d236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
 
7
  # Default files
8
  path_to_file = 'amy-winehouse.txt'
9
- path_to_model = './amy_winehouse.h5'
10
 
11
  # Open model and dataset
12
  model = tf.keras.models.load_model(path_to_model)
6
 
7
  # Default files
8
  path_to_file = 'amy-winehouse.txt'
9
+ path_to_model = 'amy_winehouse.h5'
10
 
11
  # Open model and dataset
12
  model = tf.keras.models.load_model(path_to_model)