Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
]
|