Spaces:
Sleeping
Sleeping
Remove themes
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def yt_transcribe(yt_url):
|
|
53 |
|
54 |
return html_embed_str, text
|
55 |
|
56 |
-
with gr.Blocks(
|
57 |
gr.Markdown(f"# Whisper Demo Thai 🇹🇭")
|
58 |
|
59 |
with gr.Tab("Transcribe Audio"):
|
|
|
53 |
|
54 |
return html_embed_str, text
|
55 |
|
56 |
+
with gr.Blocks() as demo:
|
57 |
gr.Markdown(f"# Whisper Demo Thai 🇹🇭")
|
58 |
|
59 |
with gr.Tab("Transcribe Audio"):
|