willco-afk commited on
Commit
f600558
·
verified ·
1 Parent(s): 1504349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import numpy as np
5
 
6
  # Load the model and feature extractor
7
- model = TFAutoModelForImageClassification.from_pretrained("your-username/your-repo-name") # Replace with your repo
8
  feature_extractor = AutoFeatureExtractor.from_pretrained(model.config._name_or_path)
9
 
10
  # Streamlit UI
 
4
  import numpy as np
5
 
6
  # Load the model and feature extractor
7
+ model = TFAutoModelForImageClassification.from_pretrained("willco-afk/tree-test") # Replace with your repo
8
  feature_extractor = AutoFeatureExtractor.from_pretrained(model.config._name_or_path)
9
 
10
  # Streamlit UI