Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
|
@@ -120,7 +120,7 @@ def compare_face(frame1, frame2):
|
|
| 120 |
else:
|
| 121 |
return result.text
|
| 122 |
|
| 123 |
-
with gr.Blocks(
|
| 124 |
with gr.Row():
|
| 125 |
with gr.Column(scale=7):
|
| 126 |
with gr.Row():
|
|
|
|
| 120 |
else:
|
| 121 |
return result.text
|
| 122 |
|
| 123 |
+
with gr.Blocks() as demo:
|
| 124 |
with gr.Row():
|
| 125 |
with gr.Column(scale=7):
|
| 126 |
with gr.Row():
|