Spaces:
Runtime error
Runtime error
Commit
·
2566ce2
1
Parent(s):
7dbde7f
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
|
|
2 |
from fairseq.models.text_to_speech.hub_interface import TTSHubInterface
|
3 |
import IPython.display as ipd
|
4 |
import gradio as gr
|
5 |
-
import gradio as gr
|
6 |
import soundfile as sf
|
7 |
|
8 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|
|
|
2 |
from fairseq.models.text_to_speech.hub_interface import TTSHubInterface
|
3 |
import IPython.display as ipd
|
4 |
import gradio as gr
|
|
|
5 |
import soundfile as sf
|
6 |
|
7 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|