Spaces:
Running
Running
Commit
·
b9e0d3e
1
Parent(s):
4fec79e
gr.image was right after all
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def create_app():
|
|
143 |
|
144 |
with gr.Row():
|
145 |
with gr.Column():
|
146 |
-
video_feed = gr.
|
147 |
|
148 |
with gr.Column():
|
149 |
analysis_output = gr.Textbox(label="What AsianMOM Sees", lines=2)
|
|
|
143 |
|
144 |
with gr.Row():
|
145 |
with gr.Column():
|
146 |
+
video_feed = gr.Image(webcam=True, streaming=True, label="Camera Feed")
|
147 |
|
148 |
with gr.Column():
|
149 |
analysis_output = gr.Textbox(label="What AsianMOM Sees", lines=2)
|