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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +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=path0,
27
  )
28
 
 
23
  inputs=gr.components.Image(type="filepath", label="Input Image"),
24
  outputs=gr.Image(),
25
  title="Cheerios detector",
26
+ description = "test description here with a lot of words to see how it looks irl... i wonder what size this will be",
27
  examples=path0,
28
  )
29