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