Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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
|