Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# app.py (Space publik)
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
|
6 |
# ---- 1) Set ENV sebelum Streamlit jalan (W A J I B) ----
|
7 |
# HOME yang writable (agar tidak tulis ke '/.streamlit')
|
|
|
1 |
# app.py (Space publik)
|
2 |
+
import os
|
3 |
+
from huggingface_hub import snapshot_download
|
4 |
+
import sys
|
5 |
|
6 |
# ---- 1) Set ENV sebelum Streamlit jalan (W A J I B) ----
|
7 |
# HOME yang writable (agar tidak tulis ke '/.streamlit')
|