Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from murf import Murf
|
|
| 11 |
attempt_count = 0
|
| 12 |
|
| 13 |
# Initialize the Murf client with your initial API key.
|
| 14 |
-
client = Murf(api_key="
|
| 15 |
|
| 16 |
def extract_voice_id(selection):
|
| 17 |
"""
|
|
|
|
| 11 |
attempt_count = 0
|
| 12 |
|
| 13 |
# Initialize the Murf client with your initial API key.
|
| 14 |
+
client = Murf(api_key="ap2_94209101-077d-4962-9f4b-daeec8caeda2")
|
| 15 |
|
| 16 |
def extract_voice_id(selection):
|
| 17 |
"""
|