brogelio commited on
Commit
5c2ab78
·
1 Parent(s): 2b3857b

Edited Interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)