Update app.py
Browse files
app.py
CHANGED
@@ -190,8 +190,8 @@ def main():
|
|
190 |
file_name="output.mp3",
|
191 |
mime="audio/mpeg",
|
192 |
)
|
193 |
-
except RuntimeError:
|
194 |
-
|
195 |
|
196 |
elif action == "Detect Watermark":
|
197 |
detect_watermark_button = st.button("Detect Watermark", key="detect_watermark_btn")
|
|
|
190 |
file_name="output.mp3",
|
191 |
mime="audio/mpeg",
|
192 |
)
|
193 |
+
# except RuntimeError:
|
194 |
+
# st.error("Please input audio with one channel (mono-channel)")
|
195 |
|
196 |
elif action == "Detect Watermark":
|
197 |
detect_watermark_button = st.button("Detect Watermark", key="detect_watermark_btn")
|