Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,15 +113,15 @@ def infer(video_file):
|
|
| 113 |
gr.Interface(
|
| 114 |
fn=infer,
|
| 115 |
inputs=gr.Video(),
|
| 116 |
-
outputs=gr.Label(
|
| 117 |
-
title="
|
| 118 |
description=(
|
| 119 |
-
"
|
| 120 |
-
"
|
| 121 |
),
|
| 122 |
article=(
|
| 123 |
"<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
|
| 124 |
-
" <center><a href='https://huggingface.co/
|
| 125 |
),
|
| 126 |
allow_flagging=False,
|
| 127 |
).launch()
|
|
|
|
| 113 |
gr.Interface(
|
| 114 |
fn=infer,
|
| 115 |
inputs=gr.Video(),
|
| 116 |
+
outputs=gr.Label(),
|
| 117 |
+
title="Sign language Recognition",
|
| 118 |
description=(
|
| 119 |
+
"This project helps to communicate by translating the sign language gestures into words"
|
| 120 |
+
" Feel free to experiment by uploading videos"
|
| 121 |
),
|
| 122 |
article=(
|
| 123 |
"<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
|
| 124 |
+
" <center><a href='https://huggingface.co/Aryanikale23/Signlanguage/tree/main'>Fine-tuned Model</a></center></div>"
|
| 125 |
),
|
| 126 |
allow_flagging=False,
|
| 127 |
).launch()
|