Dao3 commited on
Commit
9a45591
·
1 Parent(s): 480895f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def get_prompts(prompt_text):
17
  return text_gen("photo, " + prompt_text)
18
  else:
19
  return text_gen("")
20
- proc1=gr.Interface.load("models/andite/anything-v4.0")
21
 
22
  def restart_script_periodically():
23
  while True:
 
17
  return text_gen("photo, " + prompt_text)
18
  else:
19
  return text_gen("")
20
+ proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
21
 
22
  def restart_script_periodically():
23
  while True: