maialumiaho commited on
Commit
a483ba9
1 Parent(s): eac19d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ prompt = st.text_input("Enter prompt")
23
 
24
  if prompt:
25
  if model == "stable diffusion":
26
- API_URL = API_URL_SD
27
  image_bytes = query({
28
  "inputs": prompt,
29
  })
 
23
 
24
  if prompt:
25
  if model == "stable diffusion":
26
+ API_URL = API_URL
27
  image_bytes = query({
28
  "inputs": prompt,
29
  })