eeshawn commited on
Commit
acc7a05
1 Parent(s): ff83785

update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -8
app.py CHANGED
@@ -73,15 +73,18 @@ with gr.Blocks() as demo:
73
  # flag = gr.Button("Flag")
74
 
75
  with gr.Row():
 
 
 
 
 
 
 
 
 
 
76
  gr.Examples(
77
- examples=[os.path.join(os.path.dirname(__file__), "/assets/Naruto_Hand_Seals_by_Megan.gif")],
78
- inputs=image,
79
- outputs=outputs,
80
- fn=seal_detection,
81
- run_on_click=True,
82
- preprocess=False,
83
- postprocess=False,
84
- cache_examples=True,
85
  )
86
 
87
  gr.Markdown(
 
73
  # flag = gr.Button("Flag")
74
 
75
  with gr.Row():
76
+ # gr.Examples(
77
+ # examples=[os.path.join(os.path.dirname(__file__), "/assets/Naruto_Hand_Seals_by_Megan.gif")],
78
+ # inputs=image,
79
+ # outputs=outputs,
80
+ # fn=seal_detection,
81
+ # run_on_click=True,
82
+ # preprocess=False,
83
+ # postprocess=False,
84
+ # cache_examples=True,
85
+ # )
86
  gr.Examples(
87
+ ["test"],
 
 
 
 
 
 
 
88
  )
89
 
90
  gr.Markdown(