Spaces:
Runtime error
Runtime error
Update gradio_interface.py
Browse files- gradio_interface.py +1 -1
gradio_interface.py
CHANGED
@@ -111,7 +111,7 @@ class GradioWebRTCInterface:
|
|
111 |
label="πΉ Camera Feed (WebRTC Streaming)",
|
112 |
sources=["webcam"],
|
113 |
streaming=True,
|
114 |
-
webcam_options=webcam_options
|
115 |
height=480
|
116 |
)
|
117 |
|
|
|
111 |
label="πΉ Camera Feed (WebRTC Streaming)",
|
112 |
sources=["webcam"],
|
113 |
streaming=True,
|
114 |
+
webcam_options=webcam_options,
|
115 |
height=480
|
116 |
)
|
117 |
|