Update gradio/demo.py
Browse files- gradio/demo.py +1 -1
gradio/demo.py
CHANGED
|
@@ -315,7 +315,7 @@ with gr.Blocks() as demo:
|
|
| 315 |
with gr.Row():
|
| 316 |
with gr.Column():
|
| 317 |
live_image_input = gr.Image(type='filepath')
|
| 318 |
-
gr.Examples(['live_examples/1.jpg', 'live_examples/2.jpg', 'live_examples/3.jpg', 'live_examples/4.jpg'],
|
| 319 |
inputs=live_image_input)
|
| 320 |
check_liveness_button = gr.Button("Check Liveness")
|
| 321 |
with gr.Column():
|
|
|
|
| 315 |
with gr.Row():
|
| 316 |
with gr.Column():
|
| 317 |
live_image_input = gr.Image(type='filepath')
|
| 318 |
+
gr.Examples(['gradio/live_examples/1.jpg', 'gradio/live_examples/2.jpg', 'gradio/live_examples/3.jpg', 'gradio/live_examples/4.jpg'],
|
| 319 |
inputs=live_image_input)
|
| 320 |
check_liveness_button = gr.Button("Check Liveness")
|
| 321 |
with gr.Column():
|