Spaces:
Running
on
Zero
Running
on
Zero
typo in sample input video name
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks(title="Sign Language Translation") as demo:
|
|
| 151 |
|
| 152 |
# Add sample input video
|
| 153 |
gr.Examples(
|
| 154 |
-
examples=[["data/
|
| 155 |
inputs=[video_input],
|
| 156 |
outputs=[video_output, text_output],
|
| 157 |
fn=process_video,
|
|
|
|
| 151 |
|
| 152 |
# Add sample input video
|
| 153 |
gr.Examples(
|
| 154 |
+
examples=[["data/letters_seq.mp4"]],
|
| 155 |
inputs=[video_input],
|
| 156 |
outputs=[video_output, text_output],
|
| 157 |
fn=process_video,
|