herMaster commited on
Commit
486c196
·
1 Parent(s): 8e5c17d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7B-Chat-GGUF",
40
  model_file="llama-2-7b-chat.Q8_0.gguf",
41
  model_type="llama",
42
  # config = ctransformers.hub.AutoConfig,
43
- hf = True
44
  )
45
 
46
 
@@ -158,4 +158,4 @@ gr.Interface(
158
  theme="soft",
159
  examples=["Hello", "what is the speed of human nerve impulses?"],
160
  cache_examples=True,
161
- ).launch(share = True, auth=("username", "password"))
 
40
  model_file="llama-2-7b-chat.Q8_0.gguf",
41
  model_type="llama",
42
  # config = ctransformers.hub.AutoConfig,
43
+ # hf = True
44
  )
45
 
46
 
 
158
  theme="soft",
159
  examples=["Hello", "what is the speed of human nerve impulses?"],
160
  cache_examples=True,
161
+ ).launch()