Edited Interface
Browse files
app.py
CHANGED
@@ -189,6 +189,6 @@ def show(video): # main
|
|
189 |
|
190 |
title = 'Air Draw'
|
191 |
desc = 'A Mediapipe Hands Wrapper for Drawing in the Air'
|
192 |
-
iface = gr.Interface(fn=show, inputs=gr.inputs.Video(source="webcam"), outputs='video')
|
193 |
|
194 |
iface.launch(share=True, enable_queue=True)
|
|
|
189 |
|
190 |
title = 'Air Draw'
|
191 |
desc = 'A Mediapipe Hands Wrapper for Drawing in the Air'
|
192 |
+
iface = gr.Interface(fn=show, inputs=gr.inputs.Video(source="webcam"), outputs='video', title=title, description=desc)
|
193 |
|
194 |
iface.launch(share=True, enable_queue=True)
|