andyaii commited on
Commit
ec26083
1 Parent(s): e11488a
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -211,15 +211,8 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
211
  f"""<h1><span>{DESCRIPTION}</span></h1>""",
212
  elem_id="title",
213
  )
214
- gr.Markdown(
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"):
 
211
  f"""<h1><span>{DESCRIPTION}</span></h1>""",
212
  elem_id="title",
213
  )
214
+
215
+
 
 
 
 
 
 
 
216
  with gr.Row():
217
  with gr.Column(scale=2):
218
  with gr.Tab("Txt2img"):