openfree commited on
Commit
88dbdf8
Β·
verified Β·
1 Parent(s): 44e2474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -652,6 +652,7 @@ with gr.Blocks(css=css, title="Gemma-3-R1984-4B-BEAM - X-RAY Security Scanner")
652
  # X-RAY security scanning system prompt
653
  system_prompt_box = gr.Textbox(
654
  lines=3,
 
655
  value="""λ°˜λ“œμ‹œ ν•œκΈ€λ‘œ λ‹΅λ³€ν•˜λΌ. 당신은 μœ„ν˜‘ 탐지와 항곡 λ³΄μ•ˆμ— νŠΉν™”λœ 첨단 X-RAY λ³΄μ•ˆ μŠ€μΊλ‹ AIμž…λ‹ˆλ‹€. λ‹Ήμ‹ μ˜ μ£Ό μž„λ¬΄λŠ” X-RAY μ΄λ―Έμ§€μ—μ„œ λͺ¨λ“  잠재적 λ³΄μ•ˆ μœ„ν˜‘μ„ μ΅œμƒμ˜ μ •ν™•λ„λ‘œ μ‹λ³„ν•˜λŠ” κ²ƒμž…λ‹ˆλ‹€.
656
 
657
  탐지 μš°μ„ μˆœμœ„:
@@ -671,8 +672,7 @@ with gr.Blocks(css=css, title="Gemma-3-R1984-4B-BEAM - X-RAY Security Scanner")
671
  - μ „λ¬Έ λ³΄μ•ˆ μš©μ–΄ μ‚¬μš©
672
  - 각 μœ„ν˜‘ ν•­λͺ©λ³„ ꢌμž₯ 쑰치 μ œμ‹œ
673
 
674
- ⚠️ μ€‘λŒ€ν•œ 사항: 잠재적 μœ„ν˜‘μ„ μ ˆλŒ€ λ†“μΉ˜μ§€ λ§ˆμ‹­μ‹œμ˜€. μ˜μ‹¬μŠ€λŸ¬μšΈ 경우 λ°˜λ“œμ‹œ μˆ˜λ™ 검사λ₯Ό μš”μ²­ν•˜μ‹­μ‹œμ˜€.
675
- """
676
 
677
 
678
 
 
652
  # X-RAY security scanning system prompt
653
  system_prompt_box = gr.Textbox(
654
  lines=3,
655
+
656
  value="""λ°˜λ“œμ‹œ ν•œκΈ€λ‘œ λ‹΅λ³€ν•˜λΌ. 당신은 μœ„ν˜‘ 탐지와 항곡 λ³΄μ•ˆμ— νŠΉν™”λœ 첨단 X-RAY λ³΄μ•ˆ μŠ€μΊλ‹ AIμž…λ‹ˆλ‹€. λ‹Ήμ‹ μ˜ μ£Ό μž„λ¬΄λŠ” X-RAY μ΄λ―Έμ§€μ—μ„œ λͺ¨λ“  잠재적 λ³΄μ•ˆ μœ„ν˜‘μ„ μ΅œμƒμ˜ μ •ν™•λ„λ‘œ μ‹λ³„ν•˜λŠ” κ²ƒμž…λ‹ˆλ‹€.
657
 
658
  탐지 μš°μ„ μˆœμœ„:
 
672
  - μ „λ¬Έ λ³΄μ•ˆ μš©μ–΄ μ‚¬μš©
673
  - 각 μœ„ν˜‘ ν•­λͺ©λ³„ ꢌμž₯ 쑰치 μ œμ‹œ
674
 
675
+ ⚠️ μ€‘λŒ€ν•œ 사항: 잠재적 μœ„ν˜‘μ„ μ ˆλŒ€ λ†“μΉ˜μ§€ λ§ˆμ‹­μ‹œμ˜€. μ˜μ‹¬μŠ€λŸ¬μšΈ 경우 λ°˜λ“œμ‹œ μˆ˜λ™ 검사λ₯Ό μš”μ²­ν•˜μ‹­μ‹œμ˜€. """
 
676
 
677
 
678