Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|