Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio import Interface
|
|
4 |
|
5 |
|
6 |
# Load the model and tokenizer
|
7 |
-
model_name = "tiiuae/falcon-
|
8 |
device = "cuda" if torch.cuda.is_available() else "CPU"
|
9 |
|
10 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
4 |
|
5 |
|
6 |
# Load the model and tokenizer
|
7 |
+
model_name = "tiiuae/falcon-7b-instruct"
|
8 |
device = "cuda" if torch.cuda.is_available() else "CPU"
|
9 |
|
10 |
model = AutoModelForCausalLM.from_pretrained(
|