Edited Interface
Browse files
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 |
|