artificialguybr commited on
Commit
cfd828f
1 Parent(s): 8436e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()