Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import spaces
|
|
5 |
from llama_cpp import Llama
|
6 |
import os
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
-
from threading import Thread
|
9 |
|
10 |
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
|
5 |
from llama_cpp import Llama
|
6 |
import os
|
7 |
from huggingface_hub import hf_hub_download
|
|
|
8 |
|
9 |
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|