Update app.py
#8
by Waseem771 - opened
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import soundfile as sf
|
|
| 8 |
import logging
|
| 9 |
|
| 10 |
# Initialize the Groq API key
|
| 11 |
-
GROQ_API_KEY = "
|
| 12 |
|
| 13 |
# Configure logging
|
| 14 |
logging.basicConfig(level=logging.DEBUG)
|
|
@@ -137,4 +137,4 @@ iface = gr.Interface(
|
|
| 137 |
try:
|
| 138 |
iface.launch()
|
| 139 |
except Exception as e:
|
| 140 |
-
logging.error(f"Error launching Gradio interface: {e}")
|
|
|
|
| 8 |
import logging
|
| 9 |
|
| 10 |
# Initialize the Groq API key
|
| 11 |
+
GROQ_API_KEY = "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"
|
| 12 |
|
| 13 |
# Configure logging
|
| 14 |
logging.basicConfig(level=logging.DEBUG)
|
|
|
|
| 137 |
try:
|
| 138 |
iface.launch()
|
| 139 |
except Exception as e:
|
| 140 |
+
logging.error(f"Error launching Gradio interface: {e}")
|