Charlie Li commited on
Commit
9907bc8
β€’
1 Parent(s): 17f8269

add release info

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -165,6 +165,7 @@ with gr.Blocks() as app:
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>
 
168
  🎲 Select a model variant and dataset (IAM, IMGUR5K, HierText), then hit 'Sample' to view a randomly selected input alongside its corresponding outputs for all three types of inference.<br>
169
  """
170
  )
 
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>
168
+ πŸ”” We've just released the InkSight-Small-p model on Hugging Face! Check it out [here](https://huggingface.co/Derendering/InkSight-Small-p).<br>
169
  🎲 Select a model variant and dataset (IAM, IMGUR5K, HierText), then hit 'Sample' to view a randomly selected input alongside its corresponding outputs for all three types of inference.<br>
170
  """
171
  )