Commit ·
0386864
1
Parent(s): 1719f63
Update app.py (#1)
Browse files- Update app.py (b5c62951ef92b92c2e44fcd258a558d9d5b43575)
app.py
CHANGED
|
@@ -82,9 +82,10 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 82 |
gr.Markdown("""
|
| 83 |
### Supported inputs
|
| 84 |
- Images: JPG, PNG (face-centric images recommended)
|
| 85 |
-
- Audio: WAV
|
| 86 |
""")
|
| 87 |
|
|
|
|
| 88 |
gr.Markdown("""
|
| 89 |
### How to use
|
| 90 |
1. Select a detection mode using the tabs above.
|
|
|
|
| 82 |
gr.Markdown("""
|
| 83 |
### Supported inputs
|
| 84 |
- Images: JPG, PNG (face-centric images recommended)
|
| 85 |
+
- Audio: WAV, MP3, FLAC, M4A, OGG formats (clear speech preferred)
|
| 86 |
""")
|
| 87 |
|
| 88 |
+
|
| 89 |
gr.Markdown("""
|
| 90 |
### How to use
|
| 91 |
1. Select a detection mode using the tabs above.
|