Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ class CustomTheme(Base):
|
|
36 |
font_mono=font_mono,
|
37 |
)
|
38 |
super().set(
|
39 |
-
body_background_fill="radial-gradient(circle at center, rgba(235, 87, 38,
|
40 |
body_text_color="#282828",
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#eb5726",
|
@@ -59,7 +59,7 @@ def display_results(video_url, description):
|
|
59 |
css = """
|
60 |
body {
|
61 |
background-color: #ffffff;
|
62 |
-
background-image: radial-gradient(circle at center, rgba(235, 87, 38,
|
63 |
}
|
64 |
#video_url {
|
65 |
background-color: #ffffff;
|
@@ -99,7 +99,7 @@ h3 {
|
|
99 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
100 |
with gr.Column():
|
101 |
gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
|
102 |
-
gr.Markdown("###
|
103 |
gr.Markdown("**Welcome to Sickstadium AI. Our goal is to empower content creators with the ability to tell their stories without the friction of traditional video editing software. Skip the timeline, and don't worry about your experience in video editing. Upload your video, explain the clip you want, and let our AI video editor do the work for you. Get more info about the Sickstadium project at Strongholdlabs.io**", elem_classes="centered-markdown")
|
104 |
video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
|
105 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|
|
|
36 |
font_mono=font_mono,
|
37 |
)
|
38 |
super().set(
|
39 |
+
body_background_fill="radial-gradient(circle at center, rgba(235, 87, 38, 1), rgba(235, 87, 38, 0.9) 10%, rgba(235, 87, 38, 0.8) 20%, rgba(235, 87, 38, 0.7) 30%, rgba(235, 87, 38, 0.6) 40%, rgba(235, 87, 38, 0.5) 50%, rgba(235, 87, 38, 0.4) 60%, rgba(235, 87, 38, 0.3) 70%, rgba(235, 87, 38, 0.2) 80%, rgba(235, 87, 38, 0.1) 90%, rgba(255, 255, 255, 0) 100%), #ffffff",
|
40 |
body_text_color="#282828",
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#eb5726",
|
|
|
59 |
css = """
|
60 |
body {
|
61 |
background-color: #ffffff;
|
62 |
+
background-image: radial-gradient(circle at center, rgba(235, 87, 38, 1), rgba(235, 87, 38, 0.9) 10%, rgba(235, 87, 38, 0.8) 20%, rgba(235, 87, 38, 0.7) 30%, rgba(235, 87, 38, 0.6) 40%, rgba(235, 87, 38, 0.5) 50%, rgba(235, 87, 38, 0.4) 60%, rgba(235, 87, 38, 0.3) 70%, rgba(235, 87, 38, 0.2) 80%, rgba(235, 87, 38, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
|
63 |
}
|
64 |
#video_url {
|
65 |
background-color: #ffffff;
|
|
|
99 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
100 |
with gr.Column():
|
101 |
gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
|
102 |
+
gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
|
103 |
gr.Markdown("**Welcome to Sickstadium AI. Our goal is to empower content creators with the ability to tell their stories without the friction of traditional video editing software. Skip the timeline, and don't worry about your experience in video editing. Upload your video, explain the clip you want, and let our AI video editor do the work for you. Get more info about the Sickstadium project at Strongholdlabs.io**", elem_classes="centered-markdown")
|
104 |
video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
|
105 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|