Spaces:
Running
on
Zero
Running
on
Zero
Akimitsujiro
commited on
Commit
•
a690d88
1
Parent(s):
8702b33
Update app.py
Browse files
app.py
CHANGED
@@ -212,14 +212,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
212 |
elem_id="title",
|
213 |
)
|
214 |
gr.Markdown(
|
215 |
-
f"""
|
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"):
|
|
|
212 |
elem_id="title",
|
213 |
)
|
214 |
gr.Markdown(
|
215 |
+
f"""[potofu.me](https://potofu.me/akimitsujiro)""",
|
216 |
elem_id="subtitle",
|
217 |
)
|
|
|
|
|
|
|
|
|
|
|
218 |
with gr.Row():
|
219 |
with gr.Column(scale=2):
|
220 |
with gr.Tab("Txt2img"):
|