kazuma313 commited on
Commit
3a0befc
1 Parent(s): 9ccbda0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@
2
  from huggingface_hub import hf_hub_download
3
  from llama_cpp import Llama
4
  import gradio as gr
 
5
 
6
  ## Download the GGUF model
7
  model_name = "kazuma313/lora_model_dokter_consultasi_q4_k_m"
 
2
  from huggingface_hub import hf_hub_download
3
  from llama_cpp import Llama
4
  import gradio as gr
5
+ import copy
6
 
7
  ## Download the GGUF model
8
  model_name = "kazuma313/lora_model_dokter_consultasi_q4_k_m"