Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Upload 2 files
Browse files- app.py +2 -2
 - elo_results_20230522.pkl +3 -0
 
    	
        app.py
    CHANGED
    
    | 
         @@ -5,7 +5,7 @@ import pickle 
     | 
|
| 5 | 
         
             
            import gradio as gr
         
     | 
| 6 | 
         | 
| 7 | 
         | 
| 8 | 
         
            -
            notebook_url = "https://colab.research.google.com/drive/ 
     | 
| 9 | 
         | 
| 10 | 
         | 
| 11 | 
         
             
            def make_leaderboard_md(elo_results):
         
     | 
| 
         @@ -82,5 +82,5 @@ if __name__ == "__main__": 
     | 
|
| 82 | 
         
             
                parser.add_argument("--share", action="store_true")
         
     | 
| 83 | 
         
             
                args = parser.parse_args()
         
     | 
| 84 | 
         | 
| 85 | 
         
            -
                demo = build_demo(" 
     | 
| 86 | 
         
             
                demo.launch(share=args.share)
         
     | 
| 
         | 
|
| 5 | 
         
             
            import gradio as gr
         
     | 
| 6 | 
         | 
| 7 | 
         | 
| 8 | 
         
            +
            notebook_url = "https://colab.research.google.com/drive/17L9uCiAivzWfzOxo2Tb9RMauT7vS6nVU?usp=sharing"
         
     | 
| 9 | 
         | 
| 10 | 
         | 
| 11 | 
         
             
            def make_leaderboard_md(elo_results):
         
     | 
| 
         | 
|
| 82 | 
         
             
                parser.add_argument("--share", action="store_true")
         
     | 
| 83 | 
         
             
                args = parser.parse_args()
         
     | 
| 84 | 
         | 
| 85 | 
         
            +
                demo = build_demo("elo_results_20230522.pkl")
         
     | 
| 86 | 
         
             
                demo.launch(share=args.share)
         
     | 
    	
        elo_results_20230522.pkl
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:c4bb2b7b36f5d84251105a4ccacdad0e9a2d1028f1d7382bdfb2af4acfe18488
         
     | 
| 3 | 
         
            +
            size 29557
         
     |