Julián Tachella commited on
Commit
816f746
·
1 Parent(s): 744ad2f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def image_mod(image):
8
  demo = gr.Interface(
9
  image_mod,
10
  gr.Image(type="pil"),
11
- "input image",
12
  flagging_options=["blurry", "incorrect", "other"],
13
  examples=[
14
  os.path.join(os.path.dirname(__file__), "images/cheetah1.jpg"),
 
8
  demo = gr.Interface(
9
  image_mod,
10
  gr.Image(type="pil"),
11
+ "image",
12
  flagging_options=["blurry", "incorrect", "other"],
13
  examples=[
14
  os.path.join(os.path.dirname(__file__), "images/cheetah1.jpg"),