Spaces:
Sleeping
Sleeping
Ariel
commited on
Commit
Β·
6511e1e
1
Parent(s):
f834da6
Update files
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ iface = gr.Interface(video_identity,
|
|
149 |
inputs=gr.Video(label="Upload your video"), # Adding a label to the input
|
150 |
outputs=[gr.Video(label="Processed video"), gr.Textbox(label="Predicted sequence")],
|
151 |
# Adding labels to the outputs
|
152 |
-
title="SpellNet
|
153 |
# Adding a description
|
154 |
description="This application analyzes your video input to interpret American Sign Language (ASL) gestures corresponding to letters, numbers, and other signs. The output consists of the original video enhanced with overlaid landmarks that represent key points of ASL gestures, along with the predicted decoded ASL sequence expressed in textual form.",
|
155 |
theme="gradio/monochrome", # Changing the theme
|
|
|
149 |
inputs=gr.Video(label="Upload your video"), # Adding a label to the input
|
150 |
outputs=[gr.Video(label="Processed video"), gr.Textbox(label="Predicted sequence")],
|
151 |
# Adding labels to the outputs
|
152 |
+
title="SpellNet π€πΌβπΌππΌ", # Adding a title
|
153 |
# Adding a description
|
154 |
description="This application analyzes your video input to interpret American Sign Language (ASL) gestures corresponding to letters, numbers, and other signs. The output consists of the original video enhanced with overlaid landmarks that represent key points of ASL gestures, along with the predicted decoded ASL sequence expressed in textual form.",
|
155 |
theme="gradio/monochrome", # Changing the theme
|