Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,14 +143,7 @@ def run(
|
|
143 |
return out
|
144 |
|
145 |
|
146 |
-
with gr.Blocks(
|
147 |
-
gr.Markdown(DESCRIPTION, elem_id="description")
|
148 |
-
gr.DuplicateButton(
|
149 |
-
value="Duplicate Space for private use",
|
150 |
-
elem_id="duplicate-button",
|
151 |
-
visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
152 |
-
)
|
153 |
-
|
154 |
with gr.Row():
|
155 |
with gr.Column():
|
156 |
with gr.Group():
|
|
|
143 |
return out
|
144 |
|
145 |
|
146 |
+
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
with gr.Row():
|
148 |
with gr.Column():
|
149 |
with gr.Group():
|