Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	update
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,5 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
            -
            title:  | 
| 3 | 
             
            emoji: π
         | 
| 4 | 
             
            colorFrom: indigo
         | 
| 5 | 
             
            colorTo: pink
         | 
| @@ -14,7 +14,4 @@ license: mit | |
| 14 |  | 
| 15 | 
             
            ## Space Description
         | 
| 16 |  | 
| 17 | 
            -
            - **Repository:** [ | 
| 18 | 
            -
            - **Paper:** [2311.17982]
         | 
| 19 | 
            -
            (arxiv.org/abs/2311.17982)
         | 
| 20 | 
            -
            - **Point of Contact:** mailto:[Vchitect](vchitect@pjlab.org.cn)
         | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            title: MMWorld Leaderboard
         | 
| 3 | 
             
            emoji: π
         | 
| 4 | 
             
            colorFrom: indigo
         | 
| 5 | 
             
            colorTo: pink
         | 
|  | |
| 14 |  | 
| 15 | 
             
            ## Space Description
         | 
| 16 |  | 
| 17 | 
            +
            - **Repository:** [MMWorld](https://github.com/eric-ai-lab/MMWorld)
         | 
|  | |
|  | |
|  | 
    	
        app.py
    CHANGED
    
    | @@ -132,7 +132,7 @@ with block: | |
| 132 | 
             
                    LEADERBOARD_INTRODUCTION
         | 
| 133 | 
             
                )
         | 
| 134 | 
             
                with gr.Tabs(elem_classes="tab-buttons") as tabs:
         | 
| 135 | 
            -
                    with gr.TabItem("π MMWorld", elem_id=" | 
| 136 | 
             
                        with gr.Row():
         | 
| 137 | 
             
                            with gr.Accordion("Citation", open=False):
         | 
| 138 | 
             
                                citation_button = gr.Textbox(
         | 
|  | |
| 132 | 
             
                    LEADERBOARD_INTRODUCTION
         | 
| 133 | 
             
                )
         | 
| 134 | 
             
                with gr.Tabs(elem_classes="tab-buttons") as tabs:
         | 
| 135 | 
            +
                    with gr.TabItem("π MMWorld", elem_id="mmworld-tab-table", id=1):
         | 
| 136 | 
             
                        with gr.Row():
         | 
| 137 | 
             
                            with gr.Accordion("Citation", open=False):
         | 
| 138 | 
             
                                citation_button = gr.Textbox(
         |