Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,11 @@ import gradio as gr
|
|
6 |
import soundfile as sf
|
7 |
import torch
|
8 |
|
|
|
|
|
|
|
|
|
|
|
9 |
from matcha.cli import (
|
10 |
MATCHA_URLS,
|
11 |
VOCODER_URLS,
|
|
|
6 |
import soundfile as sf
|
7 |
import torch
|
8 |
|
9 |
+
import sys
|
10 |
+
import os
|
11 |
+
|
12 |
+
sys.path.append(os.path.abspath('/home/user/app/'))
|
13 |
+
|
14 |
from matcha.cli import (
|
15 |
MATCHA_URLS,
|
16 |
VOCODER_URLS,
|