Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
|
6 |
# Load base model and processor
|
7 |
base_model_id = "unsloth/gemma-3-12b-it-unsloth-bnb-4bit"
|
8 |
-
adapter_model_id = "adarsh3601/
|
9 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
10 |
|
11 |
processor = AutoProcessor.from_pretrained(base_model_id)
|
|
|
5 |
|
6 |
# Load base model and processor
|
7 |
base_model_id = "unsloth/gemma-3-12b-it-unsloth-bnb-4bit"
|
8 |
+
adapter_model_id = "adarsh3601/my_gemma3_pt"
|
9 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
10 |
|
11 |
processor = AutoProcessor.from_pretrained(base_model_id)
|