Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -216,8 +216,8 @@ def build_demo(embed_mode, concurrency_count=1): 
     | 
|
| 216 | 
         
             
                            imagebox = gr.Image(type="numpy", label="Input Screenshot", placeholder="""#Try ShowUI with screenshots!
         
     | 
| 217 | 
         | 
| 218 | 
         | 
| 219 | 
         
            -
                            For Windows: Win + Shift + S
         
     | 
| 220 | 
         
            -
                            For macOS: Command + Shift + 3
         
     | 
| 221 | 
         | 
| 222 | 
         
             
                            Then upload/paste from clipboard 🤗
         
     | 
| 223 | 
         
             
                            """)
         
     | 
| 
         | 
|
| 216 | 
         
             
                            imagebox = gr.Image(type="numpy", label="Input Screenshot", placeholder="""#Try ShowUI with screenshots!
         
     | 
| 217 | 
         | 
| 218 | 
         | 
| 219 | 
         
            +
                            For Windows: [Win + Shift + S]
         
     | 
| 220 | 
         
            +
                            For macOS: [Command + Shift + 3]
         
     | 
| 221 | 
         | 
| 222 | 
         
             
                            Then upload/paste from clipboard 🤗
         
     | 
| 223 | 
         
             
                            """)
         
     |