brogelio commited on
Commit
273a096
·
1 Parent(s): df94744

Edited Interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ title = 'Air Draw'
189
  desc = 'A Mediapipe Hands Wrapper for Drawing in the Air'
190
  iface = gr.Interface(
191
  fn=show,
192
- inputs=[gr.inputs.Video(source="webcam", label="Record from Webcam"), gr.inputs.Radio(['Right', 'Left'])],
193
  outputs='video', title=title,
194
  description=desc)
195
 
 
189
  desc = 'A Mediapipe Hands Wrapper for Drawing in the Air'
190
  iface = gr.Interface(
191
  fn=show,
192
+ inputs=[gr.inputs.Video(source="webcam", label="Record from Webcam"), gr.inputs.Radio(['Right', 'Left'], label="Dominant Hand")],
193
  outputs='video', title=title,
194
  description=desc)
195