Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from langdetect import detect
|
|
10 |
|
11 |
api_base = os.getenv("API_BASE")
|
12 |
mmodels = {
|
|
|
13 |
"DALL-E 3 XL": "openskyml/dalle-3-xl",
|
14 |
"OpenDALL-E 1.1": "dataautogpt3/OpenDalleV1.1",
|
15 |
"Playground 2": "playgroundai/playground-v2-1024px-aesthetic",
|
|
|
10 |
|
11 |
api_base = os.getenv("API_BASE")
|
12 |
mmodels = {
|
13 |
+
"Animagine XL 3.1": "cagliostrolab/animagine-xl-3.1",
|
14 |
"DALL-E 3 XL": "openskyml/dalle-3-xl",
|
15 |
"OpenDALL-E 1.1": "dataautogpt3/OpenDalleV1.1",
|
16 |
"Playground 2": "playgroundai/playground-v2-1024px-aesthetic",
|