DualityAI-RebekahBogdanoff commited on
Commit
38a8f42
·
verified ·
1 Parent(s): 4f5c6f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  inputs=gr.components.Image(type="filepath", label="Input Image"),
24
  outputs=gr.Image(),
25
  title="Cheerios detector",
26
- examples=path, path0
27
  )
28
 
29
  # Launch the interface
 
23
  inputs=gr.components.Image(type="filepath", label="Input Image"),
24
  outputs=gr.Image(),
25
  title="Cheerios detector",
26
+ examples=path0,
27
  )
28
 
29
  # Launch the interface