Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update optimized.py
Browse files- optimized.py +1 -1
 
    	
        optimized.py
    CHANGED
    
    | 
         @@ -157,4 +157,4 @@ print(f"Memory Usage: {torch.cuda.memory_summary(device=None, abbreviated=False) 
     | 
|
| 157 | 
         
             
            gc.enable()
         
     | 
| 158 | 
         
             
            gc.collect()
         
     | 
| 159 | 
         
             
            # Launch the app
         
     | 
| 160 | 
         
            -
            iface.launch()
         
     | 
| 
         | 
|
| 157 | 
         
             
            gc.enable()
         
     | 
| 158 | 
         
             
            gc.collect()
         
     | 
| 159 | 
         
             
            # Launch the app
         
     | 
| 160 | 
         
            +
            iface.launch(show_error=True, share=True)
         
     |