phenomenon1981 commited on
Commit
3291aee
1 Parent(s): 28edace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from threading import Thread
11
  text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
12
  def get_prompts(prompt_text):
13
  return text_gen(prompt_text)
14
- proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
15
 
16
  def restart_script_periodically():
17
  while True:
 
11
  text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
12
  def get_prompts(prompt_text):
13
  return text_gen(prompt_text)
14
+ proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
15
 
16
  def restart_script_periodically():
17
  while True: