Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ if source_radio == "IMAGE":
|
|
| 34 |
st.image(result_image, channels = "RGB")
|
| 35 |
st.markdown(f"<h4 style='color: blue;'><strong>์ด๋ฏธ์ง์์ AI ์ถ๋ก ์ ์คํํ ๊ฒฐ๊ณผ ์
๋๋ค.</strong></h4>", unsafe_allow_html=True)
|
| 36 |
else:
|
| 37 |
-
st.write("์ผ์ชฝ ๋ฉ๋ด 'Browse
|
| 38 |
st.image("data/intel_rnb.jpg")
|
| 39 |
|
| 40 |
|
|
@@ -86,7 +86,7 @@ if source_radio == "VIDEO":
|
|
| 86 |
if temporary_location is not None:
|
| 87 |
play_video(temporary_location)
|
| 88 |
else:
|
| 89 |
-
st.write("์ผ์ชฝ ๋ฉ๋ด 'Browse
|
| 90 |
st.video("data/sample_video.mp4")
|
| 91 |
|
| 92 |
if source_radio == "WEBCAM":
|
|
|
|
| 34 |
st.image(result_image, channels = "RGB")
|
| 35 |
st.markdown(f"<h4 style='color: blue;'><strong>์ด๋ฏธ์ง์์ AI ์ถ๋ก ์ ์คํํ ๊ฒฐ๊ณผ ์
๋๋ค.</strong></h4>", unsafe_allow_html=True)
|
| 36 |
else:
|
| 37 |
+
st.write("์ผ์ชฝ ๋ฉ๋ด 'Browse files' ๋ฒํผ์ ํด๋ฆญํ์ฌ ์ด๋ฏธ์ง ํ์ผ์ ์ ํํ๋ฉด AI ์ถ๋ก ์ด ์์๋ฉ๋๋ค." )
|
| 38 |
st.image("data/intel_rnb.jpg")
|
| 39 |
|
| 40 |
|
|
|
|
| 86 |
if temporary_location is not None:
|
| 87 |
play_video(temporary_location)
|
| 88 |
else:
|
| 89 |
+
st.write("์ผ์ชฝ ๋ฉ๋ด 'Browse files' ๋ฒํผ์ ํด๋ฆญํ์ฌ ์์ ํ์ผ์ ์ ํํ๋ฉด AI ์ถ๋ก ์ด ์์๋ฉ๋๋ค.")
|
| 90 |
st.video("data/sample_video.mp4")
|
| 91 |
|
| 92 |
if source_radio == "WEBCAM":
|