Devubiodee commited on
Commit
6897d69
·
verified ·
1 Parent(s): 7394ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(title="Speech → ASL Avatar Translator") as demo:
89
  label="Speak here (click record) or upload audio",
90
  format="wav"
91
  )
92
- submit_btn = gr.Button("Translate", variant="primary")
93
 
94
  transcript_output = gr.Textbox(label="Transcribed Text / Status", lines=3)
95
  video_output = gr.Video(label="ASL Avatar Signing Video", autoplay=True)
 
89
  label="Speak here (click record) or upload audio",
90
  format="wav"
91
  )
92
+ submit_btn = gr.Button("Sign Translate", variant="primary")
93
 
94
  transcript_output = gr.Textbox(label="Transcribed Text / Status", lines=3)
95
  video_output = gr.Video(label="ASL Avatar Signing Video", autoplay=True)