Update app.py
Browse files
app.py
CHANGED
|
@@ -44,10 +44,10 @@ def download_sample_audio():
|
|
| 44 |
def main():
|
| 45 |
create_default_value()
|
| 46 |
|
| 47 |
-
# st.title("MDS07")
|
| 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 |
|
|
|
|
| 44 |
def main():
|
| 45 |
create_default_value()
|
| 46 |
|
| 47 |
+
# st.title("MDS07 Demo Presentation")
|
| 48 |
# st.write("https://github.com/wavmark/wavmark")
|
| 49 |
markdown_text = """
|
| 50 |
+
# MDS07 Demo Presentation
|
| 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 |
|