Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	[README] Add SDK
Browse files- README.md +1 -1
- requirements.txt +1 -1
    	
        README.md
    CHANGED
    
    | @@ -4,7 +4,7 @@ emoji: 🚀 | |
| 4 | 
             
            colorFrom: indigo
         | 
| 5 | 
             
            colorTo: purple
         | 
| 6 | 
             
            sdk: streamlit
         | 
| 7 | 
            -
            sdk_version: 1. | 
| 8 | 
             
            app_file: app.py
         | 
| 9 | 
             
            pinned: false
         | 
| 10 | 
             
            ---
         | 
|  | |
| 4 | 
             
            colorFrom: indigo
         | 
| 5 | 
             
            colorTo: purple
         | 
| 6 | 
             
            sdk: streamlit
         | 
| 7 | 
            +
            sdk_version: 1.21.0
         | 
| 8 | 
             
            app_file: app.py
         | 
| 9 | 
             
            pinned: false
         | 
| 10 | 
             
            ---
         | 
    	
        requirements.txt
    CHANGED
    
    | @@ -3,6 +3,6 @@ torch --index-url https://download.pytorch.org/whl/cpu | |
| 3 | 
             
            torchvision --index-url https://download.pytorch.org/whl/cpu
         | 
| 4 | 
             
            torchaudio --index-url https://download.pytorch.org/whl/cpu
         | 
| 5 | 
             
            vietocr==0.3.11
         | 
| 6 | 
            -
            streamlit==1. | 
| 7 | 
             
            pandas
         | 
| 8 | 
             
            transformers==4.29.1
         | 
|  | |
| 3 | 
             
            torchvision --index-url https://download.pytorch.org/whl/cpu
         | 
| 4 | 
             
            torchaudio --index-url https://download.pytorch.org/whl/cpu
         | 
| 5 | 
             
            vietocr==0.3.11
         | 
| 6 | 
            +
            streamlit==1.21.0
         | 
| 7 | 
             
            pandas
         | 
| 8 | 
             
            transformers==4.29.1
         |