Spaces:
Runtime error
Runtime error
Naphat Sornwichai commited on
Commit ·
71a420f
1
Parent(s): 4f21041
update major files
Browse files
app.py
CHANGED
|
@@ -162,7 +162,12 @@ css = """
|
|
| 162 |
"""
|
| 163 |
|
| 164 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), css=css) as demo:
|
| 165 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
with gr.Row():
|
| 167 |
with gr.Column(scale=1):
|
| 168 |
with gr.Tabs():
|
|
|
|
| 162 |
"""
|
| 163 |
|
| 164 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), css=css) as demo:
|
| 165 |
+
gr.Markdown(
|
| 166 |
+
"""
|
| 167 |
+
# 🎙️ Audio to Blog Summarizer ✒️
|
| 168 |
+
Upload an audio file (MP3, WAV) or paste a YouTube link to transcribe it to Thai text and summarize the content into blog-style article using ASR and LLM.
|
| 169 |
+
"""
|
| 170 |
+
)
|
| 171 |
with gr.Row():
|
| 172 |
with gr.Column(scale=1):
|
| 173 |
with gr.Tabs():
|