Spaces:
Runtime error
Runtime error
ydshieh
commited on
Commit
•
19ac389
1
Parent(s):
6f7bde5
try fix
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.write('\n')
|
|
10 |
|
11 |
image = Image.open('samples/val_000000039769.jpg')
|
12 |
show = st.image(image, use_column_width=True)
|
13 |
-
|
14 |
|
15 |
with st.spinner('Loading ViT-GPT2 model ...'):
|
16 |
|
|
|
10 |
|
11 |
image = Image.open('samples/val_000000039769.jpg')
|
12 |
show = st.image(image, use_column_width=True)
|
13 |
+
show.image(image, 'Preloaded Image', use_column_width=True)
|
14 |
|
15 |
with st.spinner('Loading ViT-GPT2 model ...'):
|
16 |
|