esbatmop commited on
Commit
9943f7f
·
verified ·
1 Parent(s): 1e24c11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -28,8 +28,8 @@ from huggingface_hub import hf_hub_download
28
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
29
 
30
  hf_hub_download(
31
- repo_id="Qwen/Qwen2-0.5B-Instruct-GGUF",
32
- filename="qwen2-0_5b-instruct-q4_k_m.gguf",
33
  local_dir="./models"
34
  )
35
  # 5GB
@@ -116,9 +116,9 @@ demo = gr.ChatInterface(
116
  respond,
117
  additional_inputs=[
118
  gr.Dropdown([
119
- 'qwen2-0_5b-instruct-q4_k_m.gguf'
120
  ],
121
- value="qwen2-0_5b-instruct-q4_k_m.gguf",
122
  label="Model"
123
  ),
124
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
 
28
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
29
 
30
  hf_hub_download(
31
+ repo_id="liwu/liwu_forum_post_2.0",
32
+ filename="liwugpt.gguf",
33
  local_dir="./models"
34
  )
35
  # 5GB
 
116
  respond,
117
  additional_inputs=[
118
  gr.Dropdown([
119
+ 'liwugpt.gguf'
120
  ],
121
+ value="liwugpt.gguf",
122
  label="Model"
123
  ),
124
  gr.Textbox(value="You are a helpful assistant.", label="System message"),