razhan commited on
Commit
8b736e7
·
verified ·
1 Parent(s): b2b8769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -64,7 +64,6 @@ mf_transcribe = gr.Interface(
64
  gr.Audio(sources="upload", type="filepath"),
65
  ],
66
  outputs="text",
67
- layout="horizontal",
68
  theme="huggingface",
69
  title="Whisper Central Kurdish‌ (Sorani) Demo: Transcribe Audio",
70
  description=(
@@ -79,7 +78,6 @@ yt_transcribe = gr.Interface(
79
  fn=yt_transcribe,
80
  inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
81
  outputs=["html", "text"],
82
- layout="horizontal",
83
  theme="huggingface",
84
  title="Whisper Central Kurdish‌ (Sorani) Demo: Transcribe YouTube",
85
  description=(
 
64
  gr.Audio(sources="upload", type="filepath"),
65
  ],
66
  outputs="text",
 
67
  theme="huggingface",
68
  title="Whisper Central Kurdish‌ (Sorani) Demo: Transcribe Audio",
69
  description=(
 
78
  fn=yt_transcribe,
79
  inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
80
  outputs=["html", "text"],
 
81
  theme="huggingface",
82
  title="Whisper Central Kurdish‌ (Sorani) Demo: Transcribe YouTube",
83
  description=(