shukdevdatta123 commited on
Commit
9def98f
·
verified ·
1 Parent(s): 641580e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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