Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import sys
|
|
| 16 |
import runpy
|
| 17 |
|
| 18 |
# Name of the bundled zip containing the full Face/Off project
|
| 19 |
-
ZIP_NAME = "
|
| 20 |
|
| 21 |
# Determine absolute paths based on current file location
|
| 22 |
base_dir = os.path.dirname(__file__)
|
|
|
|
| 16 |
import runpy
|
| 17 |
|
| 18 |
# Name of the bundled zip containing the full Face/Off project
|
| 19 |
+
ZIP_NAME = "faceoff-space-updated.zip"
|
| 20 |
|
| 21 |
# Determine absolute paths based on current file location
|
| 22 |
base_dir = os.path.dirname(__file__)
|