Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
added image1
Browse files
app.py
CHANGED
@@ -33,6 +33,8 @@ with gr.Blocks(title="Realtime Keypoint Detection | Data Science Dojo", css="foo
|
|
33 |
with gr.Column():
|
34 |
output = gr.outputs.Image()
|
35 |
|
|
|
|
|
36 |
|
37 |
input.stream(fn=fun,
|
38 |
inputs = input,
|
|
|
33 |
with gr.Column():
|
34 |
output = gr.outputs.Image()
|
35 |
|
36 |
+
with gr.Row():
|
37 |
+
examples=['ex1.jpg']
|
38 |
|
39 |
input.stream(fn=fun,
|
40 |
inputs = input,
|