Spaces:
Runtime error
Runtime error
Dua Rajper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,9 @@ from diffusers import StableDiffusionPipeline
|
|
| 2 |
import torch
|
| 3 |
from PIL import Image
|
| 4 |
import streamlit as st
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Load the Stable Diffusion pipeline
|
| 7 |
@st.cache(allow_output_mutation=True)
|
|
|
|
| 2 |
import torch
|
| 3 |
from PIL import Image
|
| 4 |
import streamlit as st
|
| 5 |
+
import sys
|
| 6 |
+
print(sys.version)
|
| 7 |
+
|
| 8 |
|
| 9 |
# Load the Stable Diffusion pipeline
|
| 10 |
@st.cache(allow_output_mutation=True)
|