Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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)
|