Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
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
|
55 |
If you have longer files for processing, we recommend using [our python toolkit](https://github.com/jcha0155/audioseal).
|
56 |
"""
|
57 |
|
|
|
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.
|
55 |
If you have longer files for processing, we recommend using [our python toolkit](https://github.com/jcha0155/audioseal).
|
56 |
"""
|
57 |
|