Spaces:
Running
Running
fix: Correct description text for audio visualization example
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ with gr.Blocks() as demo:
|
|
| 294 |
examples=[
|
| 295 |
[
|
| 296 |
["./examples/heat-wave.mp3", "./examples/square-image.png"],
|
| 297 |
-
"Compose a 720x720 output with the background image scaled to fill, add a full-width transparent waveform visualization positioned in center of the
|
| 298 |
0.7,
|
| 299 |
0.1,
|
| 300 |
],
|
|
|
|
| 294 |
examples=[
|
| 295 |
[
|
| 296 |
["./examples/heat-wave.mp3", "./examples/square-image.png"],
|
| 297 |
+
"Compose a 720x720 output with the background image scaled to fill, add a full-width transparent waveform visualization positioned in center of the video.",
|
| 298 |
0.7,
|
| 299 |
0.1,
|
| 300 |
],
|