Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def transcribe_and_stream_logs(file):
|
|
| 22 |
|
| 23 |
with gr.Blocks() as app:
|
| 24 |
gr.Markdown("# TranscriptTool: Transcribe Audio/Video")
|
| 25 |
-
gr.Markdown("TranscriptTool is a smolagent tool used to transcribe audio and video files into text. This tool allows agents to process multimedia inputs efficiently.
|
| 26 |
|
| 27 |
file_input = gr.File(label="Upload Audio/Video File", file_types=["audio", "video"])
|
| 28 |
transcribe_button = gr.Button("Transcribe")
|
|
|
|
| 22 |
|
| 23 |
with gr.Blocks() as app:
|
| 24 |
gr.Markdown("# TranscriptTool: Transcribe Audio/Video")
|
| 25 |
+
gr.Markdown("TranscriptTool is a smolagent tool used to transcribe audio and video files into text. This tool allows agents to process multimedia inputs efficiently. Can be used within a smolagent via the Hugging Face API.")
|
| 26 |
|
| 27 |
file_input = gr.File(label="Upload Audio/Video File", file_types=["audio", "video"])
|
| 28 |
transcribe_button = gr.Button("Transcribe")
|