Spaces:
Runtime error
Runtime error
adalbertojunior
commited on
Commit
•
edf9b2b
1
Parent(s):
e50de60
Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ if st.button("Run captioning"):
|
|
72 |
with st.spinner("Processing image..."):
|
73 |
caption = generate_caption(url)
|
74 |
st.text(caption)
|
75 |
-
st.
|
|
|
72 |
with st.spinner("Processing image..."):
|
73 |
caption = generate_caption(url)
|
74 |
st.text(caption)
|
75 |
+
st.text("Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC)")
|