NKASG commited on
Commit
f9466b5
·
verified ·
1 Parent(s): 0ed572e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import requests
12
  import torch
13
 
14
  # Load model from Hugging Face model hub
15
- model_name = "best20.pt" # Replace with your model's name on Hugging Face
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