phenomenon1981 commited on
Commit
5955a62
1 Parent(s): f69cdae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from queue import Queue
9
  from threading import Thread
10
  import emoji
11
 
12
- text_gen=gr.Interface.load("spaces/Gustavosta/MagicPrompt-Stable-Diffusion")
13
  def get_prompts(prompt_text):
14
  return text_gen("dreamlikeart, " + prompt_text)
15
  proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
 
9
  from threading import Thread
10
  import emoji
11
 
12
+ text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
  def get_prompts(prompt_text):
14
  return text_gen("dreamlikeart, " + prompt_text)
15
  proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")