chengkunli
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -140,9 +140,9 @@ with gr.Blocks() as app:
|
|
140 |
gr.HTML(f"<div style='margin: 20px 0;'>{diagram}</div>")
|
141 |
gr.Markdown(
|
142 |
"""
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
"""
|
147 |
)
|
148 |
with gr.Row():
|
|
|
140 |
gr.HTML(f"<div style='margin: 20px 0;'>{diagram}</div>")
|
141 |
gr.Markdown(
|
142 |
"""
|
143 |
+
π 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>
|
144 |
+
π² 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>
|
145 |
+
πΌοΈ Output options: Image or Image+Video. Opting for images yields quicker results, adding videos offers a dynamic view of the digital ink writing process.<br>
|
146 |
"""
|
147 |
)
|
148 |
with gr.Row():
|