ginipick commited on
Commit
184af13
ยท
verified ยท
1 Parent(s): f7194cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -817,15 +817,15 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
817
  type="pil",
818
  height=200
819
  )
820
-
821
- # ์˜ˆ์ œ ์ด๋ฏธ์ง€ ์„น์…˜ ์ถ”๊ฐ€
822
  gr.HTML("""
823
  <div class="example-section">
824
  <h3>Example Results</h3>
825
- <img src="example.png" alt="Example results" />
826
  </div>
827
  """)
828
 
 
829
  # ๊ฐ ๋ฒ„ํŠผ์— ๋Œ€ํ•œ ํด๋ฆญ ์ด๋ฒคํŠธ ์ฒ˜๋ฆฌ
830
  def update_position(new_position):
831
  return new_position
 
817
  type="pil",
818
  height=200
819
  )
820
+ # ์˜ˆ์ œ ์ด๋ฏธ์ง€ ์„น์…˜ ์ˆ˜์ •
 
821
  gr.HTML("""
822
  <div class="example-section">
823
  <h3>Example Results</h3>
824
+ <img src="./assets/example.png" alt="Example results" style="max-width: 100%; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" />
825
  </div>
826
  """)
827
 
828
+
829
  # ๊ฐ ๋ฒ„ํŠผ์— ๋Œ€ํ•œ ํด๋ฆญ ์ด๋ฒคํŠธ ์ฒ˜๋ฆฌ
830
  def update_position(new_position):
831
  return new_position