Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
b62d550
1
Parent(s):
7bb19d4
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import gc
|
|
24 |
import random
|
25 |
from time import sleep
|
26 |
|
27 |
-
with open("sdxl_loras
|
28 |
data = json.load(file)
|
29 |
sdxl_loras_raw = [
|
30 |
{
|
|
|
24 |
import random
|
25 |
from time import sleep
|
26 |
|
27 |
+
with open("sdxl_loras.json", "r") as file:
|
28 |
data = json.load(file)
|
29 |
sdxl_loras_raw = [
|
30 |
{
|