Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -19,7 +19,7 @@ def interpolate(img_a_path, img_b_path): | |
| 19 | 
             
                try:
         | 
| 20 | 
             
                    # Step 1: Run the inference script
         | 
| 21 | 
             
                    subprocess.run([
         | 
| 22 | 
            -
                        "python3", " | 
| 23 | 
             
                        "--img", str(img_a_path), str(img_b_path)
         | 
| 24 | 
             
                    ], check=True)
         | 
| 25 |  | 
|  | |
| 19 | 
             
                try:
         | 
| 20 | 
             
                    # Step 1: Run the inference script
         | 
| 21 | 
             
                    subprocess.run([
         | 
| 22 | 
            +
                        "python3", "inference_img.py",
         | 
| 23 | 
             
                        "--img", str(img_a_path), str(img_b_path)
         | 
| 24 | 
             
                    ], check=True)
         | 
| 25 |  | 
