Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=["
|
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 |
|