Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import os
|
|
10 |
# Create a text input
|
11 |
|
12 |
API_KEY = os.environ.get("API_KEY2")
|
13 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
14 |
headers = {"Authorization": f"Bearer {API_KEY}"}
|
15 |
|
16 |
user_input = st.text_input("Enter your text here:")
|
|
|
10 |
# Create a text input
|
11 |
|
12 |
API_KEY = os.environ.get("API_KEY2")
|
13 |
+
API_URL = "https://api-inference.huggingface.co/models/runwayml/stable-diffusion-v1-5"
|
14 |
headers = {"Authorization": f"Bearer {API_KEY}"}
|
15 |
|
16 |
user_input = st.text_input("Enter your text here:")
|