Ariel commited on
Commit
6511e1e
Β·
1 Parent(s): f834da6

Update files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 πŸ€žπŸΌπŸ«°πŸΌβœ‹πŸΌπŸ‘ŒπŸΌ", # 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
 
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