Update app.py
Browse files
app.py
CHANGED
|
@@ -122,16 +122,9 @@ class App:
|
|
| 122 |
interactive=True, visible=False)
|
| 123 |
|
| 124 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
| 125 |
-
|
| 126 |
-
|
| 127 |
gr.Markdown("""
|
| 128 |
-
# Note: ⚠ Experimental features (Use with caution)
|
| 129 |
-
## Note: ⚠ Experimental features (Use with caution)
|
| 130 |
-
### Note: ⚠ Experimental features (Use with caution)
|
| 131 |
-
#### Note: ⚠ Experimental features (Use with caution)
|
| 132 |
-
##### Note: ⚠ Experimental features (Use with caution)
|
| 133 |
###### Note: ⚠ Experimental features (Use with caution)
|
| 134 |
-
####### Note: ⚠ Experimental features (Use with caution)
|
| 135 |
""")
|
| 136 |
|
| 137 |
with gr.Accordion("Voice Detection Filter", open=False, visible=True):
|
|
|
|
| 122 |
interactive=True, visible=False)
|
| 123 |
|
| 124 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
| 125 |
+
|
|
|
|
| 126 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
###### Note: ⚠ Experimental features (Use with caution)
|
|
|
|
| 128 |
""")
|
| 129 |
|
| 130 |
with gr.Accordion("Voice Detection Filter", open=False, visible=True):
|