Spaces:
Sleeping
Sleeping
khaledeng15
commited on
Commit
·
a8370b6
1
Parent(s):
dcd311f
test
Browse files
pages/blip-image-captioning.py
CHANGED
@@ -14,6 +14,7 @@ def launch(input):
|
|
14 |
|
15 |
uploaded_file = st.file_uploader("Choose a file")
|
16 |
|
|
|
17 |
|
18 |
# iface = gr.Interface(launch,
|
19 |
# inputs=gr.Image(type='pil'),
|
|
|
14 |
|
15 |
uploaded_file = st.file_uploader("Choose a file")
|
16 |
|
17 |
+
st.write(launch(uploaded_file))
|
18 |
|
19 |
# iface = gr.Interface(launch,
|
20 |
# inputs=gr.Image(type='pil'),
|