Spaces:
Runtime error
Runtime error
Update page4.py
Browse files
page4.py
CHANGED
@@ -25,6 +25,7 @@ def query_model(text_input):
|
|
25 |
return response.content
|
26 |
|
27 |
def sdxl():
|
|
|
28 |
text_input = st.text_input("Enter your prompt:", "Astronaut riding a horse")
|
29 |
|
30 |
generated_image = None
|
|
|
25 |
return response.content
|
26 |
|
27 |
def sdxl():
|
28 |
+
st.title("Image Creator")
|
29 |
text_input = st.text_input("Enter your prompt:", "Astronaut riding a horse")
|
30 |
|
31 |
generated_image = None
|