roger
commited on
Commit
·
3597939
1
Parent(s):
cec4f00
feat: add conversion audio data flow img
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ audio_files = {
|
|
52 |
|
53 |
def create_audio_demo():
|
54 |
with gr.Blocks(title="Voice Conversion") as demo:
|
55 |
-
gr.Image(os.path.join(curr_dir, "asset/img/converted_audio.png"), height=
|
56 |
gr.Markdown("# Voice Conversion")
|
57 |
with gr.Tabs():
|
58 |
with gr.TabItem("English (EN)"):
|
|
|
52 |
|
53 |
def create_audio_demo():
|
54 |
with gr.Blocks(title="Voice Conversion") as demo:
|
55 |
+
gr.Image(os.path.join(curr_dir, "asset/img/converted_audio.png"), height=360)
|
56 |
gr.Markdown("# Voice Conversion")
|
57 |
with gr.Tabs():
|
58 |
with gr.TabItem("English (EN)"):
|