Spaces:
Sleeping
Sleeping
Update webui.py
Browse files
webui.py
CHANGED
@@ -16,7 +16,8 @@ import copy
|
|
16 |
import llama_cpp
|
17 |
from llama_cpp import Llama
|
18 |
import random
|
19 |
-
from huggingface_hub import hf_hub_download
|
|
|
20 |
|
21 |
#from blip.blip_engine import blip_run
|
22 |
|
|
|
16 |
import llama_cpp
|
17 |
from llama_cpp import Llama
|
18 |
import random
|
19 |
+
from huggingface_hub import hf_hub_download
|
20 |
+
import spaces
|
21 |
|
22 |
#from blip.blip_engine import blip_run
|
23 |
|