parass13 commited on
Commit
a5015e9
·
verified ·
1 Parent(s): c0d2cfb

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +1 -1
dashboard.py CHANGED
@@ -15,7 +15,7 @@ warnings.filterwarnings("ignore")
15
  np.seterr(all='ignore')
16
 
17
  # Load model
18
- deepfake_model = tf.keras.models.load_model("model_15_64 (1).h5")
19
 
20
  # Setup SQLite instead of MySQL
21
  conn = sqlite3.connect("users.db", check_same_thread=False)
 
15
  np.seterr(all='ignore')
16
 
17
  # Load model
18
+ deepfake_model = tf.keras.models.load_model("model_15_64.h5")
19
 
20
  # Setup SQLite instead of MySQL
21
  conn = sqlite3.connect("users.db", check_same_thread=False)