Randinu002 commited on
Commit
31b9993
·
1 Parent(s): b65a3c4

Add browser compatibility note

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,6 +76,7 @@ def verify_speaker(audio_filepath, username_to_verify):
76
 
77
  with gr.Blocks() as demo:
78
  gr.Markdown("# Voice Authentication System")
 
79
  gr.Markdown("Enroll your voiceprint and then verify yourself.")
80
  with gr.Tabs():
81
  with gr.TabItem("Enrollment"):
 
76
 
77
  with gr.Blocks() as demo:
78
  gr.Markdown("# Voice Authentication System")
79
+ gr.Markdown("❗ **Note:** For the best experience, please use **Google Chrome** or **Mozilla Firefox**. Audio recording may not work correctly on other browsers like Brave.")
80
  gr.Markdown("Enroll your voiceprint and then verify yourself.")
81
  with gr.Tabs():
82
  with gr.TabItem("Enrollment"):