Neomindapp commited on
Commit
e0ebb76
·
verified ·
1 Parent(s): 34625e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import torch
3
- from coqui_tts import TTS
4
- from coqui_tts.utils import audio
5
 
6
  # Load the Coqui TTS model and configuration
7
  model_path = "best_model.pth" # Directory where the model is saved
 
1
  import gradio as gr
2
  import torch
3
+ from coqui_tts import TTS # Adjust if there are specific classes for Coqui TTS
4
+ import json
5
 
6
  # Load the Coqui TTS model and configuration
7
  model_path = "best_model.pth" # Directory where the model is saved