Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Commit 
							
							·
						
						9d02a6b
	
1
								Parent(s):
							
							cc3d70f
								
Re-enable Space CI (fix pagination when listing discussions) (#523)
Browse files- Re-enable Space CI (fix pagination when listing discussions) (1b2a9e0018878beed332f0ed6659b419ee05ec85)
- Update app.py (81b3d86b7815a2ad69c5dcb435b9504dba794bba)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
- app.py +1 -1
 - requirements.txt +1 -1
 
    	
        app.py
    CHANGED
    
    | 
         @@ -38,7 +38,7 @@ from src.tools.plots import ( 
     | 
|
| 38 | 
         
             
            )
         
     | 
| 39 | 
         | 
| 40 | 
         
             
            # Start ephemeral Spaces on PRs (see config in README.md)
         
     | 
| 41 | 
         
            -
             
     | 
| 42 | 
         | 
| 43 | 
         
             
            def restart_space():
         
     | 
| 44 | 
         
             
                API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
         
     | 
| 
         | 
|
| 38 | 
         
             
            )
         
     | 
| 39 | 
         | 
| 40 | 
         
             
            # Start ephemeral Spaces on PRs (see config in README.md)
         
     | 
| 41 | 
         
            +
            enable_space_ci()
         
     | 
| 42 | 
         | 
| 43 | 
         
             
            def restart_space():
         
     | 
| 44 | 
         
             
                API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
         
     | 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -15,4 +15,4 @@ sentencepiece 
     | 
|
| 15 | 
         
             
            tqdm==4.65.0
         
     | 
| 16 | 
         
             
            transformers==4.36.0
         
     | 
| 17 | 
         
             
            tokenizers>=0.15.0
         
     | 
| 18 | 
         
            -
            gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2. 
     | 
| 
         | 
|
| 15 | 
         
             
            tqdm==4.65.0
         
     | 
| 16 | 
         
             
            transformers==4.36.0
         
     | 
| 17 | 
         
             
            tokenizers>=0.15.0
         
     | 
| 18 | 
         
            +
            gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # CI !!!
         
     |