brainai-spaces commited on
Commit
98b97f0
ยท
verified ยท
1 Parent(s): c460043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Files' ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ ์ด๋ฏธ์ง€ ํŒŒ์ผ์„ ์„ ํƒํ•˜๋ฉด AI ์ถ”๋ก ์ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค." )
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 Files' ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ ์˜์ƒ ํŒŒ์ผ์„ ์„ ํƒํ•˜๋ฉด AI ์ถ”๋ก ์ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค.")
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":