Rasleen commited on
Commit
e50f064
·
verified ·
1 Parent(s): a930c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ def paint(frame: np.ndarray) -> np.ndarray:
29
 
30
  demo = gr.Interface(
31
  fn=paint,
32
- inputs=gr.inputs.Camera(type="numpy", streaming=True),
33
- outputs=gr.outputs.Image(type="numpy"),
34
  live=True,
35
  title="🖌️ Virtual Painter",
36
  description="Move your index finger in front of the camera to draw!"
 
29
 
30
  demo = gr.Interface(
31
  fn=paint,
32
+ inputs=gr.Camera(type="numpy", streaming=True),
33
+ outputs=gr.Image(type="numpy"),
34
  live=True,
35
  title="🖌️ Virtual Painter",
36
  description="Move your index finger in front of the camera to draw!"