parass13 commited on
Commit
8093a58
·
verified ·
1 Parent(s): 12c13b4

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +2 -1
dashboard.py CHANGED
@@ -20,7 +20,8 @@ np.seterr(all='ignore')
20
  deepfake_model = tf.keras.models.load_model("model_15_64.h5")
21
 
22
  # Database setup
23
- db_path = os.path.abspath("users.db")
 
24
  conn = sqlite3.connect(db_path, check_same_thread=False)
25
  cursor = conn.cursor()
26
  cursor.execute('''
 
20
  deepfake_model = tf.keras.models.load_model("model_15_64.h5")
21
 
22
  # Database setup
23
+ db_path = db_path = r"C:\Users\Paras Sharma\Downloads\stream_deepfake\users.db"
24
+
25
  conn = sqlite3.connect(db_path, check_same_thread=False)
26
  cursor = conn.cursor()
27
  cursor.execute('''