Cacau commited on
Commit
d954568
·
1 Parent(s): ffb2c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,4 +20,5 @@ image_bytes = query({
20
  import io
21
  from PIL import Image
22
  image = Image.open(io.BytesIO(image_bytes))
 
23
  iface.launch()
 
20
  import io
21
  from PIL import Image
22
  image = Image.open(io.BytesIO(image_bytes))
23
+ gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
24
  iface.launch()