Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	update title
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -90,7 +90,7 @@ def predict(image, ddim_steps, scale, seed):# 经过试验,这个input_image 
     | 
|
| 90 | 
         | 
| 91 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 92 | 
         
             
                with gr.Row():
         
     | 
| 93 | 
         
            -
                    gr.Markdown("## Make-An-Audio:  
     | 
| 94 | 
         | 
| 95 | 
         
             
                with gr.Row():
         
     | 
| 96 | 
         
             
                    with gr.Column():
         
     | 
| 
         | 
|
| 90 | 
         | 
| 91 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 92 | 
         
             
                with gr.Row():
         
     | 
| 93 | 
         
            +
                    gr.Markdown("## Make-An-Audio: Image-to-Audio Generation")
         
     | 
| 94 | 
         | 
| 95 | 
         
             
                with gr.Row():
         
     | 
| 96 | 
         
             
                    with gr.Column():
         
     |