Spaces:
Sleeping
Sleeping
added llama guard groq api
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def combine_audio_files(audio_files):
|
|
51 |
output.close()
|
52 |
return outfile
|
53 |
|
54 |
-
client
|
55 |
client = Groq(
|
56 |
api_key=os.getenv("GROQ_API_KEY"),
|
57 |
)
|
|
|
51 |
output.close()
|
52 |
return outfile
|
53 |
|
|
|
54 |
client = Groq(
|
55 |
api_key=os.getenv("GROQ_API_KEY"),
|
56 |
)
|