marquesafonso commited on
Commit
ba7a7b5
·
1 Parent(s): 626dde1

update readme and remve flagging

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +1 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- title: Converts any audio or video to a waveform animation.
 
3
  emoji: 🛠️
4
  colorFrom: blue
5
  colorTo: green
 
1
  ---
2
+ title: audio2waveform
3
+ short_description: Converts any audio or video to a waveform animation.
4
  emoji: 🛠️
5
  colorFrom: blue
6
  colorTo: green
app.py CHANGED
@@ -89,6 +89,7 @@ interface = gr.Interface(
89
  ],
90
  outputs=gr.Video(label="Waveform Video"),
91
  live=False
 
92
  )
93
 
94
  if __name__ == "__main__":
 
89
  ],
90
  outputs=gr.Video(label="Waveform Video"),
91
  live=False
92
+ allow_flagging="never"
93
  )
94
 
95
  if __name__ == "__main__":