artificialguybr
commited on
Commit
•
34fdbfd
1
Parent(s):
3733cf2
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import math
|
|
9 |
from tqdm import tqdm
|
10 |
import time
|
11 |
|
12 |
-
logging.basicConfig(level=logging.DEBUG)
|
13 |
|
14 |
with open('loras.json', 'r') as f:
|
15 |
loras = json.load(f)
|
|
|
9 |
from tqdm import tqdm
|
10 |
import time
|
11 |
|
12 |
+
#logging.basicConfig(level=logging.DEBUG)
|
13 |
|
14 |
with open('loras.json', 'r') as f:
|
15 |
loras = json.load(f)
|