charbelgrower commited on
Commit
85c1ad8
1 Parent(s): 94a3ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -317,7 +317,6 @@ app = gr.Interface(
317
  fn=process_video,
318
  inputs=[gr.Image(type='filepath'), gr.Video(), gr.Checkbox(label="Use Face GAN(increase render time)", value=False)],
319
  outputs=[gr.Video()],
320
- description="Videos get downsampled to 720p and 24fps. To modify the code or purchase a modification, send an email to [email protected] to donate to the owner of the space: https://donate.stripe.com/3csg0D0tadXU4mYcMM"
321
- )
322
 
323
  app.launch(share='True')
 
317
  fn=process_video,
318
  inputs=[gr.Image(type='filepath'), gr.Video(), gr.Checkbox(label="Use Face GAN(increase render time)", value=False)],
319
  outputs=[gr.Video()],
320
+ )
 
321
 
322
  app.launch(share='True')