Update app.py
Browse files
app.py
CHANGED
|
@@ -355,7 +355,6 @@ with gr.Blocks(title="Transcript Enhancer") as demo:
|
|
| 355 |
|
| 356 |
1. The original transcript is generated using AssemblyAI with speaker detection
|
| 357 |
2. The enhanced version uses Google's Gemini to improve clarity and readability
|
| 358 |
-
3. Additional Social Content is produced using Google's Gemini
|
| 359 |
""")
|
| 360 |
|
| 361 |
with gr.Row():
|
|
|
|
| 355 |
|
| 356 |
1. The original transcript is generated using AssemblyAI with speaker detection
|
| 357 |
2. The enhanced version uses Google's Gemini to improve clarity and readability
|
|
|
|
| 358 |
""")
|
| 359 |
|
| 360 |
with gr.Row():
|