freddyaboulton HF Staff commited on
Commit
b5675ce
·
verified ·
1 Parent(s): 004b9c0

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -4
run.py CHANGED
@@ -16,10 +16,6 @@ with gr.Blocks() as demo:
16
  gr.Image(type="pil"),
17
  "image",
18
  flagging_options=["blurry", "incorrect", "other"],
19
- examples=[
20
- get_image("cheetah1.jpg"),
21
- get_image("lion.jpg"),
22
- ],
23
  api_name="predict",
24
  )
25
 
 
16
  gr.Image(type="pil"),
17
  "image",
18
  flagging_options=["blurry", "incorrect", "other"],
 
 
 
 
19
  api_name="predict",
20
  )
21