kinely commited on
Commit
38de230
·
verified ·
1 Parent(s): e1bd9e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from groq import Groq
10
  load_dotenv()
11
 
12
  # Retrieve API URL and key from environment variables
13
- API_URL = "https://vanceai.com/my-account/api/" # Replace with actual VanceAI API URL if different
14
  API_KEY = "915a4d81c8c13b0e2a27a165f26159c2" # Your VanceAI API key
15
 
16
  # Streamlit UI
 
10
  load_dotenv()
11
 
12
  # Retrieve API URL and key from environment variables
13
+ API_URL = "https://vanceai.com/image-enhancer/?source=recomm" # Replace with actual VanceAI API URL if different
14
  API_KEY = "915a4d81c8c13b0e2a27a165f26159c2" # Your VanceAI API key
15
 
16
  # Streamlit UI