deepparag commited on
Commit
11e0e69
1 Parent(s): 5410d15

Update app.py

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