yizhangliu commited on
Commit
8a9b6ff
·
1 Parent(s): 28c89ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def getTextTrans(text, source='zh', target='en'):
12
  except Exception as e:
13
  return text
14
 
 
15
  model_ids = {
16
  "models/CompVis/stable-diffusion-v1-4":"sd-v1-4",
17
  "models/runwayml/stable-diffusion-v1-5":"sd-v1-5",
 
12
  except Exception as e:
13
  return text
14
 
15
+
16
  model_ids = {
17
  "models/CompVis/stable-diffusion-v1-4":"sd-v1-4",
18
  "models/runwayml/stable-diffusion-v1-5":"sd-v1-5",