Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=css) as block:
|
|
212 |
|
213 |
examples=[['basket1.jpg','basket2.jpg']]
|
214 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[frame1_inp, frame2_inp], outputs=[flow_img_out, flow_file_out], cache_examples=True, run_on_click=True)
|
215 |
-
ex.dataset.headers = [""]
|
216 |
|
217 |
|
218 |
|
|
|
212 |
|
213 |
examples=[['basket1.jpg','basket2.jpg']]
|
214 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[frame1_inp, frame2_inp], outputs=[flow_img_out, flow_file_out], cache_examples=True, run_on_click=True)
|
215 |
+
#ex.dataset.headers = [""]
|
216 |
|
217 |
|
218 |
|