Input Sanitization
Browse files
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
|
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 |
],
|