jin-nin commited on
Commit
cbda0c7
1 Parent(s): 5e69b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ ru2en = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-ru-en")
13
 
14
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
15
  def get_prompts(prompt_text):
16
- return text_gen("photo, " + prompt_text + "high details, harmony, ideal proportions")
17
 
18
  proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
19
 
 
13
 
14
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
15
  def get_prompts(prompt_text):
16
+ return text_gen("photo, " + prompt_text + ", high details, harmony, ideal proportions")
17
 
18
  proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
19