Ivan000 commited on
Commit
228d08d
·
verified ·
1 Parent(s): 26d0926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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. "