Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ import spaces
|
|
23 |
import openai
|
24 |
import base64
|
25 |
from io import StringIO
|
|
|
26 |
|
27 |
# Git LFS pull λͺ
λ Ήμ΄ μ€ν
|
28 |
result = subprocess.run(['git', 'lfs', 'pull'], capture_output=True, text=True)
|
|
|
23 |
import openai
|
24 |
import base64
|
25 |
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)
|