Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -99,5 +99,5 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.046 
     | 
|
| 99 | 
         
             
            gr.Interface(
         
     | 
| 100 | 
         
             
                inference, inputs, outputs=label, 
         
     | 
| 101 | 
         
             
                title=title, description=description, article=article, 
         
     | 
| 102 | 
         
            -
                examples=[['hitting_baseball.mp4'], ['hoverboarding.mp4'], ['yoga.mp4']]
         
     | 
| 103 | 
         
             
                ).launch()
         
     | 
| 
         | 
|
| 99 | 
         
             
            gr.Interface(
         
     | 
| 100 | 
         
             
                inference, inputs, outputs=label, 
         
     | 
| 101 | 
         
             
                title=title, description=description, article=article, 
         
     | 
| 102 | 
         
            +
                examples=[['hitting_baseball.mp4'], ['hoverboarding.mp4'], ['yoga.mp4'], ['classroom.mp4']]
         
     | 
| 103 | 
         
             
                ).launch()
         
     |