Zw07 commited on
Commit
adff51c
·
verified ·
1 Parent(s): d0eb8e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,11 +48,11 @@ def main():
48
  # st.write("https://github.com/wavmark/wavmark")
49
  markdown_text = """
50
  # MDS07
51
- [AudioSeal](https://github.com/jcha0155/AudioSealEnhanced) is the next-generation watermarking tool driven by AI.
52
  You can upload an audio file and encode a custom 16-bit watermark or perform decoding from a watermarked audio.
53
 
54
  This page is for demonstration usage and only process **the first minute** of the audio.
55
- If you have longer files for processing, we recommend using [our python toolkit](https://github.com/jcha0155/AudioSealEnhanced).
56
  """
57
 
58
  # 使用st.markdown渲染Markdown文本
 
48
  # st.write("https://github.com/wavmark/wavmark")
49
  markdown_text = """
50
  # MDS07
51
+ [AudioSeal](https://github.com/jcha0155/audioseal) is the next-generation watermarking tool driven by AI.
52
  You can upload an audio file and encode a custom 16-bit watermark or perform decoding from a watermarked audio.
53
 
54
  This page is for demonstration usage and only process **the first minute** of the audio.
55
+ If you have longer files for processing, we recommend using [our python toolkit](https://github.com/jcha0155/audioseal).
56
  """
57
 
58
  # 使用st.markdown渲染Markdown文本