Spaces:
Running
Running
Fix import error
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import random
|
|
| 2 |
import numpy as np
|
| 3 |
import torch
|
| 4 |
import gradio as gr
|
| 5 |
-
from chatterbox.tts import ChatterboxTTS
|
| 6 |
|
| 7 |
|
| 8 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import torch
|
| 4 |
import gradio as gr
|
| 5 |
+
from src.chatterbox.tts import ChatterboxTTS
|
| 6 |
|
| 7 |
|
| 8 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|