Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -752,7 +752,7 @@ def display_videos_and_links(num_columns):
|
|
752 |
display_glossary_entity(k)
|
753 |
col_index += 1 # Increment column index to place the next video in the next column
|
754 |
|
755 |
-
|
756 |
def display_images_and_wikipedia_summaries(num_columns=4):
|
757 |
image_files = [f for f in os.listdir('.') if f.endswith('.png')]
|
758 |
if not image_files:
|
|
|
752 |
display_glossary_entity(k)
|
753 |
col_index += 1 # Increment column index to place the next video in the next column
|
754 |
|
755 |
+
#@st.cache_resource
|
756 |
def display_images_and_wikipedia_summaries(num_columns=4):
|
757 |
image_files = [f for f in os.listdir('.') if f.endswith('.png')]
|
758 |
if not image_files:
|