adalbertojunior commited on
Commit
e50de60
·
1 Parent(s): 85f17c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,4 +71,5 @@ st.image(url)
71
  if st.button("Run captioning"):
72
  with st.spinner("Processing image..."):
73
  caption = generate_caption(url)
74
- st.text(caption)
 
 
71
  if st.button("Run captioning"):
72
  with st.spinner("Processing image..."):
73
  caption = generate_caption(url)
74
+ st.text(caption)
75
+ st.test("Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC)")