ani0226 commited on
Commit
6ca7c57
·
verified ·
1 Parent(s): 6ee75c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
  )
79
 
80
  with gr.Tab("Webcam Capture"):
81
- webcam_input = gr.Image(type="pil", label="Take a Picture", source="webcam")
82
  processed_output_webcam = gr.Image(label="Processed Image")
83
  download_output_webcam = gr.File(label="Download Processed Image")
84
  webcam_button = gr.Button("Process Webcam Image")
 
78
  )
79
 
80
  with gr.Tab("Webcam Capture"):
81
+ webcam_input = gr.Image(type="pil", label="Take a Picture")
82
  processed_output_webcam = gr.Image(label="Processed Image")
83
  download_output_webcam = gr.File(label="Download Processed Image")
84
  webcam_button = gr.Button("Process Webcam Image")