jschwab21 commited on
Commit
4bd4f7f
·
verified ·
1 Parent(s): f8f9c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def save_uploaded_file(uploaded_file):
183
  f.write(uploaded_file)
184
  return file_path
185
 
186
- with gr.Blocks(theme=custom_theme, css=css)) as demo:
187
  with gr.Column():
188
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
189
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
 
183
  f.write(uploaded_file)
184
  return file_path
185
 
186
+ with gr.Blocks(theme=custom_theme, css=css) as demo:
187
  with gr.Column():
188
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
189
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")