mukaist commited on
Commit
9c974ae
1 Parent(s): f240016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -208,18 +208,14 @@ wildcard_files = utils.load_wildcard_files("wildcard")
208
 
209
  with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
210
  title = gr.HTML(
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"):
 
208
 
209
  with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
210
  title = gr.HTML(
211
+ f"""<h4><span>{DESCRIPTION}</span></h4>""",
212
  elem_id="title",
213
  )
214
  gr.Markdown(
215
+ f""" Hepzeka.com Yapay Zeka Araçları """,
216
  elem_id="subtitle",
217
  )
218
+
 
 
 
 
219
  with gr.Row():
220
  with gr.Column(scale=2):
221
  with gr.Tab("Txt2img"):