Walid-Ahmed commited on
Commit
3b63114
·
verified ·
1 Parent(s): 8196c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
  inputs=gr.Audio(type="filepath", label="Upload your audio file"), # Input audio field
35
  outputs=[gr.Textbox(label="Transcription"), gr.Textbox(label="Summary")], # Output fields
36
  title="Whisper Tiny Transcription and Summarization",
37
- examples=["Classification and Regression in Machine Learning.mp3"],
38
  description="Upload an audio file, get the transcription from Whisper tiny model and the summarized version using Hugging Face."
39
  )
40
 
 
34
  inputs=gr.Audio(type="filepath", label="Upload your audio file"), # Input audio field
35
  outputs=[gr.Textbox(label="Transcription"), gr.Textbox(label="Summary")], # Output fields
36
  title="Whisper Tiny Transcription and Summarization",
37
+ examples=["Classification_and_Regression_in_Machine_Learning.mp3"],
38
  description="Upload an audio file, get the transcription from Whisper tiny model and the summarized version using Hugging Face."
39
  )
40