faisalhr1997 commited on
Commit
810616a
·
1 Parent(s): 851812a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import psutil
6
  from ctransformers import AutoModelForCausalLM
7
  from huggingface_hub import hf_hub_download
8
 
 
9
 
10
  URL = "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q2_K.bin"
11
  repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])
 
6
  from ctransformers import AutoModelForCausalLM
7
  from huggingface_hub import hf_hub_download
8
 
9
+ with gr.blocks(theme='HaleyCH/HaleyCH_Theme')
10
 
11
  URL = "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q2_K.bin"
12
  repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])