Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update requirements.txt
Browse files- requirements.txt +6 -1
 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -33,4 +33,9 @@ openai==1.3.3 
     | 
|
| 33 | 
         
             
            nltk==3.8.1
         
     | 
| 34 | 
         
             
            pillow==10.1.0
         
     | 
| 35 | 
         
             
            shortuuid==1.0.11
         
     | 
| 36 | 
         
            -
            aiohttp==3.8.6
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 33 | 
         
             
            nltk==3.8.1
         
     | 
| 34 | 
         
             
            pillow==10.1.0
         
     | 
| 35 | 
         
             
            shortuuid==1.0.11
         
     | 
| 36 | 
         
            +
            aiohttp==3.8.6
         
     | 
| 37 | 
         
            +
            spacy==3.7.2
         
     | 
| 38 | 
         
            +
            supervision==0.6.0
         
     | 
| 39 | 
         
            +
            tqdm==4.65.2
         
     | 
| 40 | 
         
            +
            transformers==4.29.0
         
     | 
| 41 | 
         
            +
            accelerate
         
     |