Sangjun2 commited on
Commit
fbe889f
Β·
verified Β·
1 Parent(s): a06442d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -26,13 +26,13 @@ from io import StringIO
26
  from huggingface_hub import hf_hub_download
27
 
28
  # Git LFS pull λͺ…λ Ήμ–΄ μ‹€ν–‰
29
- result = subprocess.run(['git', 'lfs', 'pull'], capture_output=True, text=True)
30
 
31
  # λͺ…λ Ήμ–΄ μ‹€ν–‰ κ²°κ³Ό 좜λ ₯ (선택 사항)
32
- if result.returncode == 0:
33
- print("LFS 파일이 μ„±κ³΅μ μœΌλ‘œ λ‹€μš΄λ‘œλ“œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.")
34
- else:
35
- print(f"였λ₯˜ λ°œμƒ: {result.stderr}")
36
 
37
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
38
  logger = logging.getLogger()
 
26
  from huggingface_hub import hf_hub_download
27
 
28
  # Git LFS pull λͺ…λ Ήμ–΄ μ‹€ν–‰
29
+ #result = subprocess.run(['git', 'lfs', 'pull'], capture_output=True, text=True)
30
 
31
  # λͺ…λ Ήμ–΄ μ‹€ν–‰ κ²°κ³Ό 좜λ ₯ (선택 사항)
32
+ #if result.returncode == 0:
33
+ # print("LFS 파일이 μ„±κ³΅μ μœΌλ‘œ λ‹€μš΄λ‘œλ“œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.")
34
+ #else:
35
+ # print(f"였λ₯˜ λ°œμƒ: {result.stderr}")
36
 
37
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
38
  logger = logging.getLogger()