DualityAI-RebekahBogdanoff commited on
Commit
1e61e2c
·
verified ·
1 Parent(s): d903ce2

edit description

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='This model is trained to detect 1 Cheerios box in an indoor setting, and it is trained using synthetic data from the Duality.ai simulation software: FalconEditor. In a world where data regulations are starting to limit AI useage, FalconEditor offers a way to obtain large, regulation-passing datasets easily and quickly. Dive into synthetic data by creating a FREE learner account at <a href="https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn" target="_blank">falcon.duality.ai</a>. Duality.ai offers a free simulation software where you can create large datasets right from your computer. Used by companies like P&G, KEF Robotics, and AWS, this powerful software is now available for non-commercial use. Go to <a href="https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn" target="_blank">this link</a>. to sign up and start simulating!',
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='This model is trained to detect one Cheerios box in an indoor setting, and it is trained using synthetic data from the Duality.ai simulation software: FalconEditor. In a world where data regulations are starting to limit AI useage, FalconEditor offers a way to obtain large, regulation-passing datasets easily and quickly. Dive into synthetic data by creating a FREE learner account at <a href="https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn" target="_blank">falcon.duality.ai</a>. See if you can train a more robust model that functions in a larger variety of domains! Follow along with tutorials as we walk you through how to assemble a scenario and collect data for AI training. Used by companies like P&G, KEF Robotics, and AWS, this powerful software is now available for non-commercial use. Go to <a href="https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn" target="_blank">this link</a> to sign up and start simulating!',
26
  examples= path,
27
  # gradio.HTML(https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn),
28
  )