AchyuthGamer commited on
Commit
1d70bcd
·
1 Parent(s): 0cc994d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,10 +12,10 @@ import emoji
12
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
  def get_prompts(prompt_text):
14
  if prompt_text:
15
- return text_gen(prompt_text + " photo, movie still")
16
  else:
17
  return text_gen("")
18
- proc1=gr.Interface.load("models/Yntec/photoMovieX")
19
 
20
  def restart_script_periodically():
21
  while True:
 
12
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
  def get_prompts(prompt_text):
14
  if prompt_text:
15
+ return text_gen(prompt_text + " realistic, 8k, cinematic, highly detailed, movie still")
16
  else:
17
  return text_gen("")
18
+ proc1=gr.Interface.load("models/AchyuthGamer/ImMagician")
19
 
20
  def restart_script_periodically():
21
  while True: