Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	try to make it work with ZERO
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -33,7 +33,6 @@ def process(input_image_editor, input_text, progress=gr.Progress(track_tqdm=True 
     | 
|
| 33 | 
         
             
                    gr.Info("Please draw a mask on the image.")
         
     | 
| 34 | 
         
             
                    return None
         
     | 
| 35 | 
         | 
| 36 | 
         
            -
                generator = torch.Generator().manual_seed(42)
         
     | 
| 37 | 
         
             
                return pipe(
         
     | 
| 38 | 
         
             
                    prompt=input_text,
         
     | 
| 39 | 
         
             
                    image=image,
         
     | 
| 
         | 
|
| 33 | 
         
             
                    gr.Info("Please draw a mask on the image.")
         
     | 
| 34 | 
         
             
                    return None
         
     | 
| 35 | 
         | 
| 
         | 
|
| 36 | 
         
             
                return pipe(
         
     | 
| 37 | 
         
             
                    prompt=input_text,
         
     | 
| 38 | 
         
             
                    image=image,
         
     |