Yntec commited on
Commit
71e0fb9
1 Parent(s): 67c7f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from pathlib import Path
5
 
6
  models = [
7
  "darkstorm2150/Protogen_v2.2_Official_Release",
 
8
 
9
  ]
10
  current_model = models[0]
 
5
 
6
  models = [
7
  "darkstorm2150/Protogen_v2.2_Official_Release",
8
+ "darkstorm2150/Protogen_Infinity_Official_Release"
9
 
10
  ]
11
  current_model = models[0]