Spaces:
Sleeping
Sleeping
srijaydeshpande
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ repo_id = "srijaydeshpande/Deid-Fine-Tuned"
|
|
20 |
model_id = "deid_finetuned.Q4_K_M.gguf"
|
21 |
|
22 |
hf_hub_download(
|
23 |
-
repo_id=
|
24 |
-
filename=
|
25 |
local_dir = "./models"
|
26 |
)
|
27 |
|
|
|
20 |
model_id = "deid_finetuned.Q4_K_M.gguf"
|
21 |
|
22 |
hf_hub_download(
|
23 |
+
repo_id="srijaydeshpande/Deid-Fine-Tuned",
|
24 |
+
filename="deid_finetuned.Q4_K_M.gguf",
|
25 |
local_dir = "./models"
|
26 |
)
|
27 |
|