Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
485d878
1
Parent(s):
3169e2e
offline mode
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-311.pyc
CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
app.py
CHANGED
@@ -14,7 +14,7 @@ from pathlib import Path
|
|
14 |
cache_path = os.getcwd() + "/cache"
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
-
ff1.Cache.offline_mode(enabled=
|
18 |
|
19 |
print(f"Cache path: {cache_path}")
|
20 |
|
|
|
14 |
cache_path = os.getcwd() + "/cache"
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
+
ff1.Cache.offline_mode(enabled=True)
|
18 |
|
19 |
print(f"Cache path: {cache_path}")
|
20 |
|