Spaces:
Build error
Build error
Update app.py
Browse files
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]
|