Rakesh443 commited on
Commit
a3d8132
·
verified ·
1 Parent(s): 68adddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/runwayml/stable-diffusion-v1-5"
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:")