Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import torch
|
|
11 |
import time
|
12 |
|
13 |
# Replace with your fine-tuned model ID from Hugging Face Hub
|
14 |
-
model_id = "
|
15 |
|
16 |
# Load tokenizer and model
|
17 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
|
11 |
import time
|
12 |
|
13 |
# Replace with your fine-tuned model ID from Hugging Face Hub
|
14 |
+
model_id = "NSTiwari/fine_tuned_science_gemma2b-it"
|
15 |
|
16 |
# Load tokenizer and model
|
17 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|