Spaces:
Running
Running
Commit
·
70a7738
1
Parent(s):
b9e0d3e
used sources = webcam
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.Image(webcam
|
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(sources=["webcam"], streaming=True, label="Camera Feed")
|
147 |
|
148 |
with gr.Column():
|
149 |
analysis_output = gr.Textbox(label="What AsianMOM Sees", lines=2)
|