nyanko7 commited on
Commit
c232a89
1 Parent(s): 25d37d8

fix: minor fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if torch.cuda.is_available():
104
  pipe = pipe.to("cuda")
105
 
106
  def get_model_list():
107
- return models
108
 
109
  unet_cache = {
110
  base_name: unet
 
104
  pipe = pipe.to("cuda")
105
 
106
  def get_model_list():
107
+ return models + alt_models
108
 
109
  unet_cache = {
110
  base_name: unet