Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			L40S
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			L40S
	Update app.py (#3)
Browse files- Update app.py (2ef2f9ef902551df57b219ff379f0debf0945a10)
Co-authored-by: LLMhacker <[email protected]>
    	
        app.py
    CHANGED
    
    | 
         @@ -332,7 +332,7 @@ with gr.Blocks(title="SkyReels A1 Talking Head") as app: 
     | 
|
| 332 | 
         
             
                gr.Markdown("# SkyReels A1 Talking Head")
         
     | 
| 333 | 
         
             
                gr.Markdown('''Upload a portrait image and an audio file to animate the face. 💡 Enjoying this demo? Share your feedback or review, and you might earn exclusive rewards! 🚀✨
         
     | 
| 334 | 
         
             
            📩 [Contact us on Discord](https://discord.com/invite/PwM6NYtccQ) for details. 🔥 [Code](https://github.com/SkyworkAI/SkyReels-A1) [Huggingface](https://huggingface.co/Skywork/SkyReels-A1)''')
         
     | 
| 335 | 
         
            -
             
     | 
| 336 | 
         | 
| 337 | 
         
             
                with gr.Row():
         
     | 
| 338 | 
         
             
                    with gr.Column():
         
     | 
| 
         | 
|
| 332 | 
         
             
                gr.Markdown("# SkyReels A1 Talking Head")
         
     | 
| 333 | 
         
             
                gr.Markdown('''Upload a portrait image and an audio file to animate the face. 💡 Enjoying this demo? Share your feedback or review, and you might earn exclusive rewards! 🚀✨
         
     | 
| 334 | 
         
             
            📩 [Contact us on Discord](https://discord.com/invite/PwM6NYtccQ) for details. 🔥 [Code](https://github.com/SkyworkAI/SkyReels-A1) [Huggingface](https://huggingface.co/Skywork/SkyReels-A1)''')
         
     | 
| 335 | 
         
            +
                gr.Markdown('''✨ Try our **AI Office** for more productivity tools! [Visit Skywork AI Agent](https://skywork.ai/?utm_source=skyworkspace) ✨''')
         
     | 
| 336 | 
         | 
| 337 | 
         
             
                with gr.Row():
         
     | 
| 338 | 
         
             
                    with gr.Column():
         
     |