Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	update
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -57,9 +57,10 @@ MARKDOWN = """ 
     | 
|
| 57 | 
         | 
| 58 | 
         
             
            This demo is powered by [Gradio](https://gradio.app/) and uses [OmniParserv2](https://github.com/microsoft/OmniParser) to generate [Set-of-Mark prompts](https://github.com/microsoft/SoM).
         
     | 
| 59 | 
         | 
| 60 | 
         
            -
            The  
     | 
| 61 | 
         
            -
            1.  
     | 
| 62 | 
         
            -
            2.  
     | 
| 
         | 
|
| 63 | 
         
             
            </div>
         
     | 
| 64 | 
         
             
            """
         
     | 
| 65 | 
         | 
| 
         | 
|
| 57 | 
         | 
| 58 | 
         
             
            This demo is powered by [Gradio](https://gradio.app/) and uses [OmniParserv2](https://github.com/microsoft/OmniParser) to generate [Set-of-Mark prompts](https://github.com/microsoft/SoM).
         
     | 
| 59 | 
         | 
| 60 | 
         
            +
            The demo supports three modes:
         
     | 
| 61 | 
         
            +
            1. Empty text inut: it downgrades to an OmniParser demo.
         
     | 
| 62 | 
         
            +
            2. Text input starting with "Q:": it leads to a visual question answering demo.
         
     | 
| 63 | 
         
            +
            3. Text input for UI navigation: it leads to a UI navigation demo.
         
     | 
| 64 | 
         
             
            </div>
         
     | 
| 65 | 
         
             
            """
         
     | 
| 66 | 
         |