neonwatty commited on
Commit
99ccbca
Β·
verified Β·
1 Parent(s): 452c2cc

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(css=css) as about:
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"