Files changed (1) hide show
  1. app.py +2 -1
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 format (clear speech preferred)
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.