Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ import tempfile
|
|
18 |
|
19 |
from server import serve
|
20 |
|
21 |
-
repo_id = "
|
22 |
snapshot_download(repo_id, local_dir="./checkpoint", revision="main")
|
23 |
|
24 |
IP = "0.0.0.0"
|
|
|
18 |
|
19 |
from server import serve
|
20 |
|
21 |
+
repo_id = "Futuresony/future_ai_12_10_2024.gguf"
|
22 |
snapshot_download(repo_id, local_dir="./checkpoint", revision="main")
|
23 |
|
24 |
IP = "0.0.0.0"
|