MD1998 commited on
Commit
c983805
1 Parent(s): 2bf87ab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from langchain_community.llms import CTransformers
3
 
4
- llm = CTransformers(model="TheBloke/Llama-2-7b-Chat-GGUF", model_file="llama-2-7b-chat.q4_K_M.gguf"')
5
 
6
 
7
 
 
1
  import gradio as gr
2
  from langchain_community.llms import CTransformers
3
 
4
+ llm = CTransformers(model="TheBloke/Llama-2-7b-Chat-GGUF", model_file="llama-2-7b-chat.q4_K_M.gguf")
5
 
6
 
7