Gaurav2k commited on
Commit
8e4d6ae
·
verified ·
1 Parent(s): 33eaea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ To get recommendations, you can use the following code snippet:
31
  ```python
32
  import requests
33
 
34
- model_name = 'IMDB_Recommender'
35
  api_url = f'https://api-inference.huggingface.co/models/{model_name}'
36
  headers = {
37
  'Authorization': f'Bearer your_token'
 
31
  ```python
32
  import requests
33
 
34
+ model_name = 'Gaurav2k/IMDB_Recommender'
35
  api_url = f'https://api-inference.huggingface.co/models/{model_name}'
36
  headers = {
37
  'Authorization': f'Bearer your_token'