Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,11 @@ class App:
|
|
| 125 |
gr.Markdown(value="Note: ⚠ Experimental features (Use with caution)")
|
| 126 |
|
| 127 |
gr.Markdown("""
|
|
|
|
|
|
|
| 128 |
## Note: ⚠ Experimental features (Use with caution)
|
|
|
|
|
|
|
| 129 |
""")
|
| 130 |
|
| 131 |
with gr.Accordion("Voice Detection Filter", open=False, visible=True):
|
|
|
|
| 125 |
gr.Markdown(value="Note: ⚠ Experimental features (Use with caution)")
|
| 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 |
""")
|
| 134 |
|
| 135 |
with gr.Accordion("Voice Detection Filter", open=False, visible=True):
|