aheedsajid commited on
Commit
27131f1
1 Parent(s): 6ef30de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -290,6 +290,7 @@ iface = gr.Interface(
290
  fn=generate_video,
291
  inputs=["text", gr.Dropdown(choices=[name for name, _ in audio_files], label="Select Voice")],
292
  outputs="video",
 
293
  description="Generate a free short video. Best for YouTube Shorts, Instagram Reels or TikTok. This is a prototype. If you want better software, please inbox or email me at aheedsajid@gmail.com and do like and [Click here to Donate](https://nowpayments.io/donation/aheed)",
294
  title="Text to Short Video Free"
295
  )
 
290
  fn=generate_video,
291
  inputs=["text", gr.Dropdown(choices=[name for name, _ in audio_files], label="Select Voice")],
292
  outputs="video",
293
+ css="footer {visibility: hidden}",
294
  description="Generate a free short video. Best for YouTube Shorts, Instagram Reels or TikTok. This is a prototype. If you want better software, please inbox or email me at aheedsajid@gmail.com and do like and [Click here to Donate](https://nowpayments.io/donation/aheed)",
295
  title="Text to Short Video Free"
296
  )