Update README.md
Browse files
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("
|
| 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
|