Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -108,8 +108,8 @@ with gr.Blocks(css=css) as demo: | |
| 108 | 
             
                    with gr.Row():
         | 
| 109 | 
             
                        with gr.Column():
         | 
| 110 | 
             
                            project_name = gr.Textbox(value="my-new-project")
         | 
| 111 | 
            -
                            video_frames = gr. | 
| 112 | 
            -
                            masks_frames = gr. | 
| 113 |  | 
| 114 | 
             
                            submit_btn = gr.Button("Submit")
         | 
| 115 |  | 
|  | |
| 108 | 
             
                    with gr.Row():
         | 
| 109 | 
             
                        with gr.Column():
         | 
| 110 | 
             
                            project_name = gr.Textbox(value="my-new-project")
         | 
| 111 | 
            +
                            video_frames = gr.File(label="Video frames", file_types=["image"], file_count="multiple")
         | 
| 112 | 
            +
                            masks_frames = gr.File(label="Masks frames", file_types=["image"], file_count="multiple")
         | 
| 113 |  | 
| 114 | 
             
                            submit_btn = gr.Button("Submit")
         | 
| 115 |  | 
