maknee commited on
Commit
d322e37
1 Parent(s): fec8ab6
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import minigpt4_library
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
- model_path = hf_hub_download(repo_id='maknee/minigpt4-13b-ggml', filename='minigpt4-13B-f16.bin')
16
- llm_model_path = hf_hub_download(repo_id='maknee/ggml-vicuna-v0-quantized', filename='ggml-vicuna-13B-v0-q5_k.bin')
17
 
18
  title = """<h1 align="center">Demo of MiniGPT-4</h1>"""
19
  description = """<h3>This is the demo of MiniGPT-4 with ggml (cpu only!). Upload your images and start chatting!</h3>"""
 
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
+ model_path = hf_hub_download(repo_id='maknee/minigpt4-13b-ggml', filename='minigpt4-13B-f16.bin', repo_type='dataset')
16
+ llm_model_path = hf_hub_download(repo_id='maknee/ggml-vicuna-v0-quantized', filename='ggml-vicuna-13B-v0-q5_k.bin', repo_type='dataset')
17
 
18
  title = """<h1 align="center">Demo of MiniGPT-4</h1>"""
19
  description = """<h3>This is the demo of MiniGPT-4 with ggml (cpu only!). Upload your images and start chatting!</h3>"""