amphora commited on
Commit
b3a4deb
โ€ข
1 Parent(s): 11f5250

Update image2text.py

Browse files
Files changed (1) hide show
  1. image2text.py +1 -0
image2text.py CHANGED
@@ -16,6 +16,7 @@ def app(model_name):
16
  )
17
 
18
  query = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
 
19
 
20
  if st.button("์งˆ๋ฌธ (Query)"):
21
  if query is None:
16
  )
17
 
18
  query = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
19
+ captions = st.text_input("์‚ฌ์šฉํ•˜์‹ค ์บก์…˜์„ ์‰ผํ‘œ ๋‹จ์œ„๋กœ ๊ตฌ๋ถ„ํ•ด์„œ ์ ์–ด์ฃผ์„ธ์š”", value="๊ณ ์–‘์ด,๊ฐ•์•„์ง€,๋Šํ‹ฐ๋‚˜๋ฌด...")
20
 
21
  if st.button("์งˆ๋ฌธ (Query)"):
22
  if query is None: