Spaces:
Running
Running
Commit
·
af8001b
1
Parent(s):
303ab61
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ def getTextTrans(text, source='zh', target='en'):
|
|
24 |
extend_prompt_pipe = pipeline('text-generation', model='yizhangliu/prompt-extend', max_length=77, pad_token_id=0)
|
25 |
|
26 |
space_ids = {
|
27 |
-
"spaces/stabilityai/stable-diffusion":"
|
28 |
-
"spaces/runwayml/stable-diffusion-v1-5":"
|
29 |
-
"spaces/stabilityai/stable-diffusion-1":"
|
30 |
}
|
31 |
|
32 |
tab_actions = []
|
|
|
24 |
extend_prompt_pipe = pipeline('text-generation', model='yizhangliu/prompt-extend', max_length=77, pad_token_id=0)
|
25 |
|
26 |
space_ids = {
|
27 |
+
"spaces/stabilityai/stable-diffusion":"SD 2.1",
|
28 |
+
"spaces/runwayml/stable-diffusion-v1-5":"SD 1.5",
|
29 |
+
"spaces/stabilityai/stable-diffusion-1":"SD 1.0",
|
30 |
}
|
31 |
|
32 |
tab_actions = []
|