Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ import gradio as gr
|
|
| 18 |
|
| 19 |
# For getting tokenizer()
|
| 20 |
model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
|
| 21 |
-
peft_model_adapter_id = "nttwt1597/
|
| 22 |
|
| 23 |
# model_directory = "./model/"
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# For getting tokenizer()
|
| 20 |
model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
|
| 21 |
+
peft_model_adapter_id = "nttwt1597/test_v2_cancer_v3"
|
| 22 |
|
| 23 |
# model_directory = "./model/"
|
| 24 |
|