Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -380,7 +380,7 @@ processor = LicensePlateProcessor()
|
|
380 |
def process_webcam_frame(frame):
|
381 |
return processor.process_frame(frame)
|
382 |
|
383 |
-
with gr.Blocks(head=js_to_prefere_the_back_camera_of_mobilephones()) as demo
|
384 |
# with gr.Blocks() as demo:
|
385 |
with gr.Row():
|
386 |
with gr.Column():
|
|
|
380 |
def process_webcam_frame(frame):
|
381 |
return processor.process_frame(frame)
|
382 |
|
383 |
+
with gr.Blocks(head=js_to_prefere_the_back_camera_of_mobilephones()) as demo:
|
384 |
# with gr.Blocks() as demo:
|
385 |
with gr.Row():
|
386 |
with gr.Column():
|