Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import io
|
|
11 |
import edge_tts
|
12 |
import asyncio
|
13 |
import aiofiles
|
|
|
14 |
|
15 |
def create_client(api_key=None):
|
16 |
if api_key:
|
|
|
11 |
import edge_tts
|
12 |
import asyncio
|
13 |
import aiofiles
|
14 |
+
import json
|
15 |
|
16 |
def create_client(api_key=None):
|
17 |
if api_key:
|