Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -798,16 +798,27 @@ Generate background music using Video2Music by providing an input video.
|
|
798 |
# output_video = gr.Video(label="Output Video")
|
799 |
# input_youtube = gr.Textbox(label="YouTube URL")
|
800 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
801 |
|
802 |
|
803 |
-
css = '''
|
804 |
-
#duplicate-button {
|
805 |
-
margin: auto;
|
806 |
-
color: white;
|
807 |
-
background: #1565c0;
|
808 |
-
border-radius: 100vh;
|
809 |
-
}
|
810 |
-
'''
|
811 |
|
812 |
|
813 |
|
|
|
798 |
# output_video = gr.Video(label="Output Video")
|
799 |
# input_youtube = gr.Textbox(label="YouTube URL")
|
800 |
|
801 |
+
css = """
|
802 |
+
.gradio-container {
|
803 |
+
font-family: 'Inter', -apple-system, system-ui, sans-serif;
|
804 |
+
}
|
805 |
+
.gr-button {
|
806 |
+
color: white;
|
807 |
+
background: #4CAF50;
|
808 |
+
border-radius: 8px;
|
809 |
+
padding: 10px;
|
810 |
+
}
|
811 |
+
"""
|
812 |
|
813 |
|
814 |
+
# css = '''
|
815 |
+
# #duplicate-button {
|
816 |
+
# margin: auto;
|
817 |
+
# color: white;
|
818 |
+
# background: #1565c0;
|
819 |
+
# border-radius: 100vh;
|
820 |
+
# }
|
821 |
+
# '''
|
822 |
|
823 |
|
824 |
|