DualityAI-RebekahBogdanoff commited on
Commit
c6cfe9c
·
verified ·
1 Parent(s): eed7604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
22
  inputs=gr.components.Image(type="filepath", label="Input Image"),
23
  outputs=gr.Image(),
24
  title="Cheerios detector",
25
- description = "test description here with a lot of words to see how it looks irl... i wonder what size this will be",
26
  examples= path,
27
  gradio.HTML(https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn),
28
  )
 
22
  inputs=gr.components.Image(type="filepath", label="Input Image"),
23
  outputs=gr.Image(),
24
  title="Cheerios detector",
25
+ description='Check out our blog at <a href="https://your-blog-link.com" target="_blank">this link</a>.',
26
  examples= path,
27
  gradio.HTML(https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn),
28
  )