Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
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")
|