Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -447,7 +447,7 @@ with gr.Blocks() as demo: 
     | 
|
| 447 | 
         
             
                #==================================================================================
         
     | 
| 448 | 
         | 
| 449 | 
         
             
                gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Genre Classifier</h1>")
         
     | 
| 450 | 
         
            -
                gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Accurately classify any MIDI by top music genre 
     | 
| 451 | 
         | 
| 452 | 
         
             
                gr.HTML("""            
         
     | 
| 453 | 
         
             
                        <p> 
         
     | 
| 
         | 
|
| 447 | 
         
             
                #==================================================================================
         
     | 
| 448 | 
         | 
| 449 | 
         
             
                gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Genre Classifier</h1>")
         
     | 
| 450 | 
         
            +
                gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Accurately classify any MIDI by top music genre</h1>")
         
     | 
| 451 | 
         | 
| 452 | 
         
             
                gr.HTML("""            
         
     | 
| 453 | 
         
             
                        <p> 
         
     |