Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ if source_radio == "IMAGE":
|
|
| 29 |
with col1:
|
| 30 |
st.image("data/table.jpg")
|
| 31 |
with col2:
|
| 32 |
-
st.
|
| 33 |
|
| 34 |
elif source_radio == "VIDEO":
|
| 35 |
st.write(":green[์ผ์ชฝ ๋ฉ๋ด 'Browse files' ๋ฒํผ์ ํด๋ฆญํ์ฌ ๋น๋์ค ํ์ผ์ ์ ํํ๋ฉด AI ์ถ๋ก ์ด ์์๋ฉ๋๋ค.]" )
|
|
|
|
| 29 |
with col1:
|
| 30 |
st.image("data/table.jpg")
|
| 31 |
with col2:
|
| 32 |
+
st.header("Objects detected: chair, potted plant, vase, dining table")
|
| 33 |
|
| 34 |
elif source_radio == "VIDEO":
|
| 35 |
st.write(":green[์ผ์ชฝ ๋ฉ๋ด 'Browse files' ๋ฒํผ์ ํด๋ฆญํ์ฌ ๋น๋์ค ํ์ผ์ ์ ํํ๋ฉด AI ์ถ๋ก ์ด ์์๋ฉ๋๋ค.]" )
|