Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							Β·
						
						d41d75b
	
1
								Parent(s):
							
							df25549
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -301,7 +301,7 @@ def resize_image(image_path, output_size=(1024, 576)): 
     | 
|
| 301 | 
         | 
| 302 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 303 | 
         
             
              gr.Markdown('''# Community demo for Stable Video Diffusion - Img2Vid - XT ([model](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt), [paper](https://stability.ai/research/stable-video-diffusion-scaling-latent-video-diffusion-models-to-large-datasets))
         
     | 
| 304 | 
         
            -
            #### Research release ([_non-commercial_](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/blob/main/LICENSE)): generate `4s` vid from a single image at (`25 frames` at `6 fps`).  
     | 
| 305 | 
         
             
              ''')
         
     | 
| 306 | 
         
             
              with gr.Row():
         
     | 
| 307 | 
         
             
                with gr.Column():
         
     | 
| 
         | 
|
| 301 | 
         | 
| 302 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 303 | 
         
             
              gr.Markdown('''# Community demo for Stable Video Diffusion - Img2Vid - XT ([model](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt), [paper](https://stability.ai/research/stable-video-diffusion-scaling-latent-video-diffusion-models-to-large-datasets))
         
     | 
| 304 | 
         
            +
            #### Research release ([_non-commercial_](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/blob/main/LICENSE)): generate `4s` vid from a single image at (`25 frames` at `6 fps`). Generation takes ~60s in an A100. [Join the waitlist for Stability's upcoming web experience](https://stability.ai/contact).
         
     | 
| 305 | 
         
             
              ''')
         
     | 
| 306 | 
         
             
              with gr.Row():
         
     | 
| 307 | 
         
             
                with gr.Column():
         
     |