Aspik101 commited on
Commit
aa95e28
1 Parent(s): dac0248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ params = {
18
  #model_loc, file_size = dl_hf_model(url)
19
  llm = AutoModelForCausalLM.from_pretrained("Aspik101/trurl-2-13b-GGML", model_type="llama")
20
 
 
21
  with gr.Blocks() as demo:
22
  chatbot = gr.Chatbot()
23
  msg = gr.Textbox()
 
18
  #model_loc, file_size = dl_hf_model(url)
19
  llm = AutoModelForCausalLM.from_pretrained("Aspik101/trurl-2-13b-GGML", model_type="llama")
20
 
21
+
22
  with gr.Blocks() as demo:
23
  chatbot = gr.Chatbot()
24
  msg = gr.Textbox()