Spaces:
Sleeping
Sleeping
Update bleep_that_sht/gradio_app_url_download.py
Browse files
bleep_that_sht/gradio_app_url_download.py
CHANGED
@@ -18,13 +18,6 @@ try:
|
|
18 |
except:
|
19 |
pass
|
20 |
|
21 |
-
css = """
|
22 |
-
h1, h2, h3, h4, h5, h6, p, span, div {
|
23 |
-
text-align: left;
|
24 |
-
display: block;
|
25 |
-
}
|
26 |
-
"""
|
27 |
-
|
28 |
print("Setting up Gradio interface...")
|
29 |
with gr.Blocks(theme=gr.themes.Soft(), title="π¬ Bleep That Sh*t π") as demo:
|
30 |
with gr.Tabs():
|
@@ -172,7 +165,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="π¬ Bleep That Sh*t π") as dem
|
|
172 |
return None, None, None
|
173 |
|
174 |
with gr.TabItem("π‘ About"):
|
175 |
-
with gr.Blocks(
|
176 |
gr.Markdown(
|
177 |
(
|
178 |
"### Bleep out words of your choice from an input video. \n"
|
|
|
18 |
except:
|
19 |
pass
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
print("Setting up Gradio interface...")
|
22 |
with gr.Blocks(theme=gr.themes.Soft(), title="π¬ Bleep That Sh*t π") as demo:
|
23 |
with gr.Tabs():
|
|
|
165 |
return None, None, None
|
166 |
|
167 |
with gr.TabItem("π‘ About"):
|
168 |
+
with gr.Blocks() as about:
|
169 |
gr.Markdown(
|
170 |
(
|
171 |
"### Bleep out words of your choice from an input video. \n"
|