Spaces:
Runtime error
Runtime error
Commit
·
1c3f7cb
1
Parent(s):
cc25242
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,9 @@ from freeGPT import Client
|
|
| 3 |
from PIL import Image
|
| 4 |
from io import BytesIO
|
| 5 |
|
| 6 |
-
st.sidebar.title("Stable Diffusion SDXL-Turbo")
|
|
|
|
|
|
|
| 7 |
|
| 8 |
model = st.sidebar.selectbox("Choose Model", ("prodia", "pollinations"))
|
| 9 |
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
from io import BytesIO
|
| 5 |
|
| 6 |
+
st.sidebar.title("Stable Diffusion SDXL-Turbo", help="Made with API")
|
| 7 |
+
st.sidebar.subheader("By KVI Kontent")
|
| 8 |
+
st.sidebar.write("Choose model and enter prompt")
|
| 9 |
|
| 10 |
model = st.sidebar.selectbox("Choose Model", ("prodia", "pollinations"))
|
| 11 |
|