Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import random
|
|
5 |
import os
|
6 |
import torch
|
7 |
import time
|
|
|
8 |
|
9 |
# Set up the OpenAI API key (optional)
|
10 |
openai.api_key = None # Will be set by the user through the UI
|
|
|
5 |
import os
|
6 |
import torch
|
7 |
import time
|
8 |
+
from kokoro import KPipeline, KModel
|
9 |
|
10 |
# Set up the OpenAI API key (optional)
|
11 |
openai.api_key = None # Will be set by the user through the UI
|