Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,8 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
296 |
with gr.Tab("Webcam"):
|
297 |
with gr.Row():
|
298 |
with gr.Column():
|
299 |
-
webcam_input = gr.
|
|
|
300 |
with gr.Row():
|
301 |
webcam_instruction = gr.Textbox(
|
302 |
label="Instruction",
|
|
|
296 |
with gr.Tab("Webcam"):
|
297 |
with gr.Row():
|
298 |
with gr.Column():
|
299 |
+
webcam_input = gr.Webcam(label="Webcam Input") # gr.Image λμ gr.Webcam μ¬μ©
|
300 |
+
|
301 |
with gr.Row():
|
302 |
webcam_instruction = gr.Textbox(
|
303 |
label="Instruction",
|