Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import requests
|
|
12 |
import torch
|
13 |
|
14 |
# Load model from Hugging Face model hub
|
15 |
-
model_name = "
|
16 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
17 |
model = AutoModelForImageClassification.from_pretrained(model_name)
|
18 |
|
|
|
12 |
import torch
|
13 |
|
14 |
# Load model from Hugging Face model hub
|
15 |
+
model_name = "NKASG/GNN" # Replace with your model's name on Hugging Face
|
16 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
17 |
model = AutoModelForImageClassification.from_pretrained(model_name)
|
18 |
|