Spaces:
Sleeping
Sleeping
Commit
Β·
63b4a09
1
Parent(s):
2349882
Update pages/Captionize.py
Browse files- pages/Captionize.py +1 -1
pages/Captionize.py
CHANGED
@@ -31,7 +31,7 @@ div.stButton > button:hover {
|
|
31 |
}
|
32 |
</style>""", unsafe_allow_html=True)
|
33 |
|
34 |
-
pic = st.file_uploader(label="Please upload any Image here π",type=['png', 'jpeg', 'jpg'], help="Only 'png', 'jpeg' or 'jpg' formats allowed")
|
35 |
|
36 |
examples = [f"example{i}.jpg" for i in range(1,7)]
|
37 |
|
|
|
31 |
}
|
32 |
</style>""", unsafe_allow_html=True)
|
33 |
|
34 |
+
#pic = st.file_uploader(label="Please upload any Image here π",type=['png', 'jpeg', 'jpg'], help="Only 'png', 'jpeg' or 'jpg' formats allowed")
|
35 |
|
36 |
examples = [f"example{i}.jpg" for i in range(1,7)]
|
37 |
|