Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
# Create a text input
|
9 |
|
10 |
api_key = os.getenv("ImageGenerating")
|
11 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
12 |
headers = {"Authorization": "f'Bearer {api_key}"}
|
13 |
|
14 |
user_input = st.text_input("Enter your text here:")
|
|
|
8 |
# Create a text input
|
9 |
|
10 |
api_key = os.getenv("ImageGenerating")
|
11 |
+
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0"
|
12 |
headers = {"Authorization": "f'Bearer {api_key}"}
|
13 |
|
14 |
user_input = st.text_input("Enter your text here:")
|