Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ examples = [
|
|
74 |
|
75 |
|
76 |
|
77 |
-
with gr.Blocks(
|
78 |
|
79 |
with gr.Column(elem_id="col-container"):
|
80 |
gr.Markdown(f"""
|
|
|
74 |
|
75 |
|
76 |
|
77 |
+
with gr.Blocks() as demo:
|
78 |
|
79 |
with gr.Column(elem_id="col-container"):
|
80 |
gr.Markdown(f"""
|