phenomenon1981 commited on
Commit
e133391
1 Parent(s): 353904d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def get_prompts(prompt_text):
15
  return text_gen("dreamlikeart, " + prompt_text)
16
  else:
17
  return text_gen("")
18
- proc1=gr.Interface.load("models/stablediffusionapi/pyros-nsfw-sdxl")
19
 
20
  def restart_script_periodically():
21
  while True:
 
15
  return text_gen("dreamlikeart, " + prompt_text)
16
  else:
17
  return text_gen("")
18
+ proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
19
 
20
  def restart_script_periodically():
21
  while True: