Spaces:
Running
Running
Update dashboard.py
Browse files- 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 =
|
|
|
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('''
|