maguid28 commited on
Commit
d117b91
·
verified ·
1 Parent(s): eb728e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Easily used within smolagents 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")
 
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")