Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
|
|
5 |
import os
|
6 |
|
7 |
# Initialize the Groq API client
|
8 |
-
client = Groq(api_key=
|
9 |
|
10 |
# Async function for translation
|
11 |
async def translate_text(text, target_language):
|
|
|
5 |
import os
|
6 |
|
7 |
# Initialize the Groq API client
|
8 |
+
client = Groq(api_key="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")
|
9 |
|
10 |
# Async function for translation
|
11 |
async def translate_text(text, target_language):
|