Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove inline fig.
Browse files
app.py
CHANGED
@@ -275,17 +275,17 @@ with blocks:
|
|
275 |
# Continue the text after the heading (before the first figure)
|
276 |
gr.HTML(WHAT_IS_F1_HTML_BOTTOM_A_AFTER_TABS)
|
277 |
|
278 |
-
# Figure 1: bag_modifications.png (use gr.Image)
|
279 |
-
gr.Image(
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
)
|
288 |
-
gr.HTML('<div class="f1-figcaption">An illustration of local modifications to bags.</div>')
|
289 |
|
290 |
gr.HTML(WHAT_IS_F1_HTML_BOTTOM_B)
|
291 |
|
|
|
275 |
# Continue the text after the heading (before the first figure)
|
276 |
gr.HTML(WHAT_IS_F1_HTML_BOTTOM_A_AFTER_TABS)
|
277 |
|
278 |
+
# # Figure 1: bag_modifications.png (use gr.Image)
|
279 |
+
# gr.Image(
|
280 |
+
# "assets/bag_modifications.png",
|
281 |
+
# show_label=False,
|
282 |
+
# elem_classes=["f1-image"],
|
283 |
+
# show_share_button=False,
|
284 |
+
# show_download_button=False,
|
285 |
+
# show_fullscreen_button=False,
|
286 |
+
# width=550,
|
287 |
+
# )
|
288 |
+
# gr.HTML('<div class="f1-figcaption">An illustration of local modifications to bags.</div>')
|
289 |
|
290 |
gr.HTML(WHAT_IS_F1_HTML_BOTTOM_B)
|
291 |
|