Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -231,8 +231,8 @@ with gr.Blocks(css=custom_css) as demo: | |
| 231 | 
             
                SR100 includes the following on-chip SRAM memories:<br>
         | 
| 232 | 
             
                - 1536 kB of Virtual Memory SRAM (VMEM) for high-speed operations.<br>
         | 
| 233 | 
             
                - 1536 kB of Low Power SRAM (LPMEM) for images, audio, and other less-performance-critical data.<br><br>
         | 
| 234 | 
            -
                The amount of memory allocated to the model is customizable. Any memory not allocated to the model is usable by the application.<br | 
| 235 | 
            -
                 | 
| 236 | 
             
                </p>
         | 
| 237 | 
             
                """, elem_id="memory_note"
         | 
| 238 | 
             
                )
         | 
|  | |
| 231 | 
             
                SR100 includes the following on-chip SRAM memories:<br>
         | 
| 232 | 
             
                - 1536 kB of Virtual Memory SRAM (VMEM) for high-speed operations.<br>
         | 
| 233 | 
             
                - 1536 kB of Low Power SRAM (LPMEM) for images, audio, and other less-performance-critical data.<br><br>
         | 
| 234 | 
            +
                The amount of memory allocated to the model is customizable. Any memory not allocated to the model is usable by the application.<br>
         | 
| 235 | 
            +
                Ensure that the Arena cache size is smaller than the available VMEM to ensure it fits and runs optimally.
         | 
| 236 | 
             
                </p>
         | 
| 237 | 
             
                """, elem_id="memory_note"
         | 
| 238 | 
             
                )
         | 
