Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ gradio_components_outputs = []
|
|
143 |
|
144 |
|
145 |
|
146 |
-
with gr.Blocks(
|
147 |
with gr.Column():
|
148 |
gr.Markdown("""
|
149 |
# Scene Edit Detection
|
|
|
143 |
|
144 |
|
145 |
|
146 |
+
with gr.Blocks() as demo:
|
147 |
with gr.Column():
|
148 |
gr.Markdown("""
|
149 |
# Scene Edit Detection
|