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

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. Leveraging OpenAI's Whisper and `ffmpeg`, this tool empowers agents to process multimedia inputs efficiently. It supports robust file handling, dynamic device selection (CPU or GPU), and easy use 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. 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")