ehristoforu commited on
Commit
06648dc
·
verified ·
1 Parent(s): 9ae3129

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +2 -1
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