Xuanyou commited on
Commit
0126464
·
verified ·
1 Parent(s): aa38aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -617,7 +617,6 @@ def process_video(video_file):
617
  return gr.update(value=output_video_path, visible=True) # Show video
618
 
619
 
620
- # Custom CSS styling for the interface
621
  css = """
622
  #title-container {
623
  font-family: 'Arial', sans-serif;
@@ -651,8 +650,16 @@ css = """
651
  border-radius: 5px;
652
  margin-top: 10px;
653
  }
 
 
 
 
 
 
 
654
  """
655
 
 
656
  # Title and description
657
  title_html = """
658
  <div id="title-container">
 
617
  return gr.update(value=output_video_path, visible=True) # Show video
618
 
619
 
 
620
  css = """
621
  #title-container {
622
  font-family: 'Arial', sans-serif;
 
650
  border-radius: 5px;
651
  margin-top: 10px;
652
  }
653
+ .examples-container {
654
+ display: flex;
655
+ flex-wrap: wrap;
656
+ gap: 10px;
657
+ justify-content: center;
658
+ align-items: flex-start;
659
+ }
660
  """
661
 
662
+
663
  # Title and description
664
  title_html = """
665
  <div id="title-container">