Ryukijano commited on
Commit
46e9028
1 Parent(s): cf85203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,8 +1,4 @@
1
- import gradio as gr
2
-
3
- gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-0.9").launch()
4
 
5
- '''
6
  import gradio as gr
7
  import jax.numpy as jnp
8
  from diffusers import FlaxStableDiffusionControlNetPipeline, FlaxControlNetModel
@@ -116,4 +112,3 @@ gr.Interface(
116
  ],
117
  allow_flagging=False,
118
  ).launch(enable_queue=True)
119
- '''
 
 
 
 
1
 
 
2
  import gradio as gr
3
  import jax.numpy as jnp
4
  from diffusers import FlaxStableDiffusionControlNetPipeline, FlaxControlNetModel
 
112
  ],
113
  allow_flagging=False,
114
  ).launch(enable_queue=True)