Dua Rajper commited on
Commit
693eeee
·
verified ·
1 Parent(s): 19938bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)