Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import io
|
|
13 |
import time
|
14 |
|
15 |
# Set up Groq API key
|
16 |
-
api_key = os.getenv("
|
17 |
client = Groq(api_key=api_key)
|
18 |
|
19 |
# Hugging Face API details for image generation
|
|
|
13 |
import time
|
14 |
|
15 |
# Set up Groq API key
|
16 |
+
api_key = os.getenv("grog_key")
|
17 |
client = Groq(api_key=api_key)
|
18 |
|
19 |
# Hugging Face API details for image generation
|