barreloflube
commited on
Commit
•
4ae3643
1
Parent(s):
acde4c3
Refactor config.py to add directory setup
Browse files
config.py
CHANGED
@@ -4,6 +4,10 @@ import json
|
|
4 |
import torch
|
5 |
|
6 |
|
|
|
|
|
|
|
|
|
7 |
css = """
|
8 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
|
9 |
body {
|
|
|
4 |
import torch
|
5 |
|
6 |
|
7 |
+
# Setup Directories
|
8 |
+
os.makedirs('.cache', exist_ok=True)
|
9 |
+
|
10 |
+
|
11 |
css = """
|
12 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
|
13 |
body {
|