DemahAlmutairi commited on
Commit
7396b9d
·
verified ·
1 Parent(s): dbe1b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ interface = gr.Interface(
37
  outputs=gr.File(label="Download Summarized Audio"), # Provide a downloadable summarized audio file
38
  title="Audio Summarizer", # Interface title
39
  description="Upload an audio file, and this tool will summarize it and generate a downloadable audio summary." , # Interface description
40
- examples=[["audio_sample1.mp3"]]
41
  )
42
 
43
  # Launch the Gradio interface
 
37
  outputs=gr.File(label="Download Summarized Audio"), # Provide a downloadable summarized audio file
38
  title="Audio Summarizer", # Interface title
39
  description="Upload an audio file, and this tool will summarize it and generate a downloadable audio summary." , # Interface description
40
+ examples=[["Classification_and_Regression_in_Machine_Learning.mp3"]]
41
  )
42
 
43
  # Launch the Gradio interface