minju0730 commited on
Commit
dee381e
Β·
verified Β·
1 Parent(s): 2130fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -25,23 +25,18 @@ def correct_image_orientation(image):
25
  # cases: image don't have getexif
26
  pass
27
  return image
 
28
 
29
- st.title('Image Upload and Rotate Example')
30
 
31
- uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
32
 
33
  if uploaded_file is not None:
34
  image = Image.open(uploaded_file)
35
  corrected_image = correct_image_orientation(image)
36
  st.image(corrected_image, caption='Corrected Image', use_column_width=True)
37
 
38
-
39
- st.markdown('# λŠ˜μ–΄λ‚˜λŠ” 무인 점포 μ ˆλ„ μ—…μ£Όλ“€ "ν”Όν•΄ 막막해"')
40
-
41
- st.write("<br><br><br>", unsafe_allow_html=True) # 3쀄 띄어쓰기
42
-
43
  # λ„μž…
44
- st.image('photo1.jpeg', caption='λ™λŒ€λ¬Έκ΅¬ μ†Œμž¬ 무인점포')
45
  st.write('''"μ ˆλ„ 사둀가 ν•œμ°Έ λ§Žμ„ λ•ŒλŠ” μ œκ°€ 3일 λ™μ•ˆ λͺ°λž˜ μˆ¨μ–΄μ„œ μ§€μΌœλ³΄κΈ°λ„ ν–ˆμ–΄μš”. CCTV도 μ§€μ†μ μœΌλ‘œ ν™•μΈν•˜κ³ μš”."
46
  ν•œ μ•„μ΄μŠ€ν¬λ¦Ό 무인점포λ₯Ό μš΄μ˜ν•˜κ³  μžˆλŠ” A 씨(40)κ°€ λ§ν–ˆλ‹€.
47
  A μ”¨λŠ” 운영의 νŽΈλ¦¬ν•¨ 덕에 λΆ€μ—…μœΌλ‘œ 무인점포λ₯Ό μš΄μ˜ν•˜κ³  μžˆμ§€λ§Œ, κ³„μ†λ˜λŠ” μ ˆλ„ 범죄에 골치 μ•„ν”„λ‹€κ³  ν„Έμ–΄λ†“μ•˜λ‹€.
 
25
  # cases: image don't have getexif
26
  pass
27
  return image
28
+ st.markdown('# λŠ˜μ–΄λ‚˜λŠ” 무인 점포 μ ˆλ„ μ—…μ£Όλ“€ "ν”Όν•΄ 막막해"')
29
 
30
+ st.write("<br><br><br>", unsafe_allow_html=True) # 3쀄 띄어쓰기
31
 
32
+ uploaded_file = st.image('photo1.jpeg', caption='λ™λŒ€λ¬Έκ΅¬ μ†Œμž¬ 무인점포')
33
 
34
  if uploaded_file is not None:
35
  image = Image.open(uploaded_file)
36
  corrected_image = correct_image_orientation(image)
37
  st.image(corrected_image, caption='Corrected Image', use_column_width=True)
38
 
 
 
 
 
 
39
  # λ„μž…
 
40
  st.write('''"μ ˆλ„ 사둀가 ν•œμ°Έ λ§Žμ„ λ•ŒλŠ” μ œκ°€ 3일 λ™μ•ˆ λͺ°λž˜ μˆ¨μ–΄μ„œ μ§€μΌœλ³΄κΈ°λ„ ν–ˆμ–΄μš”. CCTV도 μ§€μ†μ μœΌλ‘œ ν™•μΈν•˜κ³ μš”."
41
  ν•œ μ•„μ΄μŠ€ν¬λ¦Ό 무인점포λ₯Ό μš΄μ˜ν•˜κ³  μžˆλŠ” A 씨(40)κ°€ λ§ν–ˆλ‹€.
42
  A μ”¨λŠ” 운영의 νŽΈλ¦¬ν•¨ 덕에 λΆ€μ—…μœΌλ‘œ 무인점포λ₯Ό μš΄μ˜ν•˜κ³  μžˆμ§€λ§Œ, κ³„μ†λ˜λŠ” μ ˆλ„ 범죄에 골치 μ•„ν”„λ‹€κ³  ν„Έμ–΄λ†“μ•˜λ‹€.