Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 1 | 
         
             
            # PyTorch 2.8 (hack)
         
     | 
| 2 | 
         
             
            import os
         
     | 
| 3 | 
         
            -
            os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" 
     | 
| 4 | 
         | 
| 5 | 
         
             
            # Actual demo code
         
     | 
| 6 | 
         
             
            import spaces
         
     | 
| 
         | 
|
| 1 | 
         
             
            # PyTorch 2.8 (hack)
         
     | 
| 2 | 
         
             
            import os
         
     | 
| 3 | 
         
            +
            os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9"')
         
     | 
| 4 | 
         | 
| 5 | 
         
             
            # Actual demo code
         
     | 
| 6 | 
         
             
            import spaces
         
     |