aiqcamp commited on
Commit
1b1ded9
·
verified ·
1 Parent(s): 7a8cebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -402,7 +402,9 @@ def generate_video(image, prompt):
402
  return f"Error in video generation process: {str(e)}"
403
 
404
  css = """
405
- footer {display: none}
 
 
406
  .gradio-container {max-width: 1200px !important}
407
  """
408
 
 
402
  return f"Error in video generation process: {str(e)}"
403
 
404
  css = """
405
+ footer {
406
+ visibility: hidden;
407
+ }
408
  .gradio-container {max-width: 1200px !important}
409
  """
410