sam2ai commited on
Commit
abe0325
1 Parent(s): a774199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from llama_cpp import Llama
3
 
4
- llm = Llama(model_path="./ggml-model-q4_0.bin", n_ctx=256, n_batch=128)
5
 
6
  def generate_text(input_text):
7
  print(input_text)
 
1
  import gradio as gr
2
  from llama_cpp import Llama
3
 
4
+ llm = Llama(model_path="ggml-model-q4_0.bin", n_ctx=256, n_batch=128)
5
 
6
  def generate_text(input_text):
7
  print(input_text)