Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ mf_transcribe = gr.Interface(
|
|
95 |
gr.Audio(sources="microphone", type="filepath")
|
96 |
],
|
97 |
outputs="text",
|
98 |
-
theme="huggingface",
|
99 |
title="Transcribe Audio",
|
100 |
description=(
|
101 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -112,7 +111,6 @@ file_transcribe = gr.Interface(
|
|
112 |
],
|
113 |
outputs="text",
|
114 |
examples=examples,
|
115 |
-
theme="huggingface",
|
116 |
title="Transcribe Audio",
|
117 |
description=(
|
118 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -128,7 +126,6 @@ youtube_transcribe = gr.Interface(
|
|
128 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
129 |
],
|
130 |
outputs=["html", "text"],
|
131 |
-
theme="huggingface",
|
132 |
title="Transcribe Audio",
|
133 |
description=(
|
134 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
95 |
gr.Audio(sources="microphone", type="filepath")
|
96 |
],
|
97 |
outputs="text",
|
|
|
98 |
title="Transcribe Audio",
|
99 |
description=(
|
100 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
111 |
],
|
112 |
outputs="text",
|
113 |
examples=examples,
|
|
|
114 |
title="Transcribe Audio",
|
115 |
description=(
|
116 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
126 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
127 |
],
|
128 |
outputs=["html", "text"],
|
|
|
129 |
title="Transcribe Audio",
|
130 |
description=(
|
131 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|