Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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")
|