Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -41,7 +41,7 @@ Please refer to our [Github Repo](https://github.com/aigc3d/LAM) 
     | 
|
| 41 | 
         
             
            ```python
         
     | 
| 42 | 
         
             
            from huggingface_hub import hf_hub_download
         
     | 
| 43 | 
         | 
| 44 | 
         
            -
            hf_hub_download(repo_id="3DAIGC/LAM-assets 
     | 
| 45 | 
         
             
                            repo_type='model',
         
     | 
| 46 | 
         
             
                            filename='LAM_human_model.tar',
         
     | 
| 47 | 
         
             
                            local_dir='./')
         
     | 
| 
         | 
|
| 41 | 
         
             
            ```python
         
     | 
| 42 | 
         
             
            from huggingface_hub import hf_hub_download
         
     | 
| 43 | 
         | 
| 44 | 
         
            +
            hf_hub_download(repo_id="3DAIGC/LAM-assets",
         
     | 
| 45 | 
         
             
                            repo_type='model',
         
     | 
| 46 | 
         
             
                            filename='LAM_human_model.tar',
         
     | 
| 47 | 
         
             
                            local_dir='./')
         
     |