brogelio commited on
Commit
ecc3c55
1 Parent(s): 64040d2

Input Sanitization

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ desc = 'A mediapipe hands wrapper for drawing in the air. Draw holding an invisi
221
  iface = gr.Interface(
222
  fn=show,
223
  inputs=[
224
- gr.inputs.Video(source="webcam", label="Record yourself drawing holding an invisible pen!"),
225
  gr.inputs.Radio(['Right', 'Left'], label="Dominant Hand"),
226
  gr.inputs.Textbox(placeholder="#355C7D", label="Hex Color")
227
  ],
 
221
  iface = gr.Interface(
222
  fn=show,
223
  inputs=[
224
+ gr.inputs.Video(source="webcam", label="Record yourself drawing in the air!"),
225
  gr.inputs.Radio(['Right', 'Left'], label="Dominant Hand"),
226
  gr.inputs.Textbox(placeholder="#355C7D", label="Hex Color")
227
  ],