Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
kan-bayashi_ljspeech_joint_finetune_conformer_fastspeech2_hifigan
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ahsen Khaliq
commited on
Jan 20, 2022
Commit
49cd45e
·
1 Parent(s):
b7e3347
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
title = "fastspeech2 hifigan"
1
+
import os
2
+
os.system("pip install gradio==2.4.6")
3
import gradio as gr
4
5
title = "fastspeech2 hifigan"