Update app.py
Browse files
app.py
CHANGED
@@ -45,14 +45,14 @@ def main():
|
|
45 |
create_default_value()
|
46 |
|
47 |
# st.title("MDS07 Demo Presentation")
|
48 |
-
# st.write("https://github.com/
|
49 |
markdown_text = """
|
50 |
# MDS07 Demo Presentation
|
51 |
-
[AudioSeal](https://github.com/
|
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.
|
55 |
-
If you have longer files for processing, we recommend using [our python toolkit](https://github.com/
|
56 |
"""
|
57 |
|
58 |
# 使用st.markdown渲染Markdown文本
|
|
|
45 |
create_default_value()
|
46 |
|
47 |
# st.title("MDS07 Demo Presentation")
|
48 |
+
# st.write("https://github.com/ravindi-r/audioseal")
|
49 |
markdown_text = """
|
50 |
# MDS07 Demo Presentation
|
51 |
+
[AudioSeal](https://github.com/ravindi-r/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.
|
55 |
+
If you have longer files for processing, we recommend using [our python toolkit](https://github.com/ravindi-r/audioseal).
|
56 |
"""
|
57 |
|
58 |
# 使用st.markdown渲染Markdown文本
|