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