nyanko7 commited on
Commit
17146d5
1 Parent(s): 28c56c2

fix: syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ if torch.cuda.is_available():
98
  pipe = pipe.to("cuda")
99
 
100
  def get_model_list():
101
- return models + alt_models
102
 
103
  te_cache = {
104
  base_model: text_encoder
 
98
  pipe = pipe.to("cuda")
99
 
100
  def get_model_list():
101
+ return models
102
 
103
  te_cache = {
104
  base_model: text_encoder