Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -215,11 +215,11 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
|
|
215 |
f"""Gradio demo for [cagliostrolab/animagine-xl-3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)""",
|
216 |
elem_id="subtitle",
|
217 |
)
|
218 |
-
gr.DuplicateButton(
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
)
|
223 |
with gr.Row():
|
224 |
with gr.Column(scale=2):
|
225 |
with gr.Tab("Txt2img"):
|
|
|
215 |
f"""Gradio demo for [cagliostrolab/animagine-xl-3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)""",
|
216 |
elem_id="subtitle",
|
217 |
)
|
218 |
+
#gr.DuplicateButton(
|
219 |
+
# value="Duplicate Space for private use",
|
220 |
+
# elem_id="duplicate-button",
|
221 |
+
# visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
222 |
+
#)
|
223 |
with gr.Row():
|
224 |
with gr.Column(scale=2):
|
225 |
with gr.Tab("Txt2img"):
|