Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ def process_frame(image):
|
|
8 |
# You will process it and return the modified version
|
9 |
return image
|
10 |
|
11 |
-
gr.Interface(fn=process_frame,inputs=gr.
|
|
|
8 |
# You will process it and return the modified version
|
9 |
return image
|
10 |
|
11 |
+
gr.Interface(fn=process_frame, inputs=gr.Camera(),outputs="image").launch()
|