Update requirements.txt
Browse files- requirements.txt +1 -1
    	
        requirements.txt
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
             
            huggingface_hub==0.25.2
         | 
| 2 | 
             
            torch
         | 
| 3 | 
            -
            transformers
         | 
| 4 | 
             
            gradio
         | 
|  | |
| 1 | 
             
            huggingface_hub==0.25.2
         | 
| 2 | 
             
            torch
         | 
| 3 | 
            +
            git+https://github.com/huggingface/transformers.git
         | 
| 4 | 
             
            gradio
         |