aliabid94 HF Staff commited on
Commit
a08cd52
·
1 Parent(s): 4297150

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -11,7 +11,7 @@ cheetah = "lion.jpg"
11
  demo = gr.Interface(image_mod, gr.Image(type="pil", value=cheetah), "image",
12
  flagging_options=["blurry", "incorrect", "other"], examples=[
13
  "logo.png",
14
- "tower.jpg")
15
  ])
16
 
17
  if __name__ == "__main__":
 
11
  demo = gr.Interface(image_mod, gr.Image(type="pil", value=cheetah), "image",
12
  flagging_options=["blurry", "incorrect", "other"], examples=[
13
  "logo.png",
14
+ "tower.jpg"
15
  ])
16
 
17
  if __name__ == "__main__":