Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,9 +113,6 @@ iface = gr.Interface(
|
|
| 113 |
gr.Slider(minimum=0.1, maximum=5.0, step=0.1, value=1.0, label="Sensitivity")
|
| 114 |
],
|
| 115 |
outputs=gr.Video(label="Generated Video"),
|
| 116 |
-
examples=[
|
| 117 |
-
["/Untitled.mp3"]
|
| 118 |
-
],
|
| 119 |
title="Audio Frequency Visualization",
|
| 120 |
description="Upload an audio file to generate a video with frequency visualization. "
|
| 121 |
"Supported file types: WAV, MP3, FLAC. "
|
|
|
|
| 113 |
gr.Slider(minimum=0.1, maximum=5.0, step=0.1, value=1.0, label="Sensitivity")
|
| 114 |
],
|
| 115 |
outputs=gr.Video(label="Generated Video"),
|
|
|
|
|
|
|
|
|
|
| 116 |
title="Audio Frequency Visualization",
|
| 117 |
description="Upload an audio file to generate a video with frequency visualization. "
|
| 118 |
"Supported file types: WAV, MP3, FLAC. "
|