Yntec commited on
Commit
67c7f32
1 Parent(s): bf51d5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ text_gen7=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
19
  text_gen8=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
20
 
21
  models2=[
22
- gr.Interface.load(f"models/{models[0]}",live=True,preprocess=True),
23
 
24
 
25
  ]
 
19
  text_gen8=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
20
 
21
  models2=[
22
+ gr.Interface.load(f"models/{models[0]}",live=True,preprocess=False),
23
 
24
 
25
  ]