Ivan000 commited on
Commit
4092629
·
verified ·
1 Parent(s): 3f6ae41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -113,6 +113,9 @@ 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
  title="Audio Frequency Visualization",
117
  description="Upload an audio file to generate a video with frequency visualization. "
118
  "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
+ 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. "