Spaces:
PlayHT
/
Running on CPU Upgrade

1littlecoder commited on
Commit
b6a6b23
1 Parent(s): 6cd47b7

updated the rizz logo

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,7 +89,8 @@ def create_video(image, audio):
89
  image_clip = ImageClip(image).set_duration(audio_clip.duration)
90
 
91
  # Load the logo image, resize it, and position it in the top-right corner
92
- logo = ImageClip("Logo.png").resize(height=75) # Adjust the height as needed
 
93
  logo = logo.margin(bottom=10, opacity=0).set_position(("center", "bottom")).set_duration(audio_clip.duration)
94
 
95
  # Create a composite video with the main image and the logo overlay
 
89
  image_clip = ImageClip(image).set_duration(audio_clip.duration)
90
 
91
  # Load the logo image, resize it, and position it in the top-right corner
92
+ #logo = ImageClip("Logo.png").resize(height=75) # Adjust the height as needed
93
+ logo = ImageClip("PlayAI-Logo-RIZZ-URL.png").resize(height=75) # Adjust the height as needed
94
  logo = logo.margin(bottom=10, opacity=0).set_position(("center", "bottom")).set_duration(audio_clip.duration)
95
 
96
  # Create a composite video with the main image and the logo overlay