Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -376,7 +376,7 @@ with gr.Blocks(css=css) as demo: 
     | 
|
| 376 | 
         
             
                        gr.DeepLinkButton()
         
     | 
| 377 | 
         | 
| 378 | 
         
             
                with gr.Accordion("Advanced settings", open=False):
         
     | 
| 379 | 
         
            -
                    mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", visible=False)
         
     | 
| 380 | 
         
             
                    negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)
         
     | 
| 381 | 
         
             
                    with gr.Row():
         
     | 
| 382 | 
         
             
                        seed_input = gr.Number(label="Seed", value=42, precision=0, minimum=0, maximum=2**32-1)
         
     | 
| 
         | 
|
| 376 | 
         
             
                        gr.DeepLinkButton()
         
     | 
| 377 | 
         | 
| 378 | 
         
             
                with gr.Accordion("Advanced settings", open=False):
         
     | 
| 379 | 
         
            +
                    mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", value="image-to-video", visible=False)
         
     | 
| 380 | 
         
             
                    negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)
         
     | 
| 381 | 
         
             
                    with gr.Row():
         
     | 
| 382 | 
         
             
                        seed_input = gr.Number(label="Seed", value=42, precision=0, minimum=0, maximum=2**32-1)
         
     |