Aditya Sahu commited on
Commit
a2004e0
·
verified ·
1 Parent(s): e0aa30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -169,9 +169,13 @@ with gr.Blocks(css=custom_css) as demo:
169
  # Footer
170
  gr.HTML("""
171
  <div style="max-width: 900px; margin: 2rem auto; background: white; color: black; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); border: 1px solid #e5e7eb; padding: 1.5rem; text-align: center;">
 
172
  For a detailed walkthrough, please see our
173
  <a href="https://developer.synaptics.com/docs/sr/sr100/evaluate-sr?utm_source=hf" target="_blank" style="color: #1a0dab;">Evaluate Model Guide</a>.<br>
174
  This Space uses a simulation toolchain to estimate model performance providing results that closely reflect real hardware behavior.
 
 
 
175
  </div>
176
  """)
177
 
 
169
  # Footer
170
  gr.HTML("""
171
  <div style="max-width: 900px; margin: 2rem auto; background: white; color: black; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); border: 1px solid #e5e7eb; padding: 1.5rem; text-align: center;">
172
+ These are all TFLite models developed by Synaptics which can be compiled for Synaptics Astra SR100 MCU.
173
  For a detailed walkthrough, please see our
174
  <a href="https://developer.synaptics.com/docs/sr/sr100/evaluate-sr?utm_source=hf" target="_blank" style="color: #1a0dab;">Evaluate Model Guide</a>.<br>
175
  This Space uses a simulation toolchain to estimate model performance providing results that closely reflect real hardware behavior.
176
+ <br><br>
177
+ Request a
178
+ <a href="https://synacsm.atlassian.net/servicedesk/customer/portal/543/group/597/create/7208?utm_source=hf" target="_blank" style="color: #1a0dab;">Machina Micro [MCU] Dev Kit</a> with Astra SR100 MCU.
179
  </div>
180
  """)
181