Siddhartha276 commited on
Commit
eab80d2
·
verified ·
1 Parent(s): cfa1fc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ The repository contains **two versions of the model**:
48
  from huggingface_hub import from_pretrained_keras
49
 
50
  # Replace with your actual repo path
51
- model = from_pretrained_keras("your-username/your-model-name")
52
  ```
53
 
54
  ### 2. Run Inference on an Image
 
48
  from huggingface_hub import from_pretrained_keras
49
 
50
  # Replace with your actual repo path
51
+ model = from_pretrained_keras("author-username/model-name")
52
  ```
53
 
54
  ### 2. Run Inference on an Image