Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
cfd828f
1
Parent(s):
8436e2d
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,8 @@ interface = gr.Interface(
|
|
136 |
7, # CFG Scale
|
137 |
|
138 |
]
|
139 |
-
)
|
|
|
140 |
|
141 |
# Pre-load the model to avoid multiprocessing issues
|
142 |
model, model_config = load_model()
|
|
|
136 |
7, # CFG Scale
|
137 |
|
138 |
]
|
139 |
+
])
|
140 |
+
|
141 |
|
142 |
# Pre-load the model to avoid multiprocessing issues
|
143 |
model, model_config = load_model()
|