Kvikontent commited on
Commit
9ef86a2
1 Parent(s): 50986e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from freeGPT import Client
3
  from PIL import Image
4
  from io import BytesIO
5
  import os
 
6
 
7
  st.sidebar.title("Stable Diffusion SDXL-Turbo", help="Made with API")
8
  st.sidebar.subheader("By KVI Kontent")
 
3
  from PIL import Image
4
  from io import BytesIO
5
  import os
6
+ import requests
7
 
8
  st.sidebar.title("Stable Diffusion SDXL-Turbo", help="Made with API")
9
  st.sidebar.subheader("By KVI Kontent")