chengkunli commited on
Commit
5969e6a
β€’
1 Parent(s): 5d44e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks() as app:
161
  </div>
162
  """
163
  )
164
- gr.HTML(f'<div style="margin: 20px 0;">{diagram}<br><em>InkSight system diagram (<a href="https://github.com/google-research/inksight/blob/main/figures/full_diagram.gif">gif version</a>)</em></div>')
165
  gr.Markdown(
166
  """
167
  πŸš€ This demo highlights the capabilities of Small-i, Small-p, and Large-i across three public datasets (word-level, with 100 random samples each).<br>
 
161
  </div>
162
  """
163
  )
164
+ gr.HTML(f'<div style="margin: 20px 0; text-align: center;">{diagram}<br><em>InkSight system diagram (<a href="https://github.com/google-research/inksight/blob/main/figures/full_diagram.gif">gif version</a>)</em></div>')
165
  gr.Markdown(
166
  """
167
  πŸš€ This demo highlights the capabilities of Small-i, Small-p, and Large-i across three public datasets (word-level, with 100 random samples each).<br>