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