Spaces:
Running
on
Zero
Running
on
Zero
chore : fix UI
Browse files
app.py
CHANGED
@@ -111,7 +111,8 @@ with gr.Blocks(css=css, theme="soft") as demo:
|
|
111 |
|
112 |
with gr.Column(elem_id="col-container"):
|
113 |
gr.Markdown(f"""# 🐔 [POSTECH] PONIX Generator
|
114 |
-
[Github](https://github.com/posplexity/ponix-generator)
|
|
|
115 |
""")
|
116 |
|
117 |
with gr.Group():
|
|
|
111 |
|
112 |
with gr.Column(elem_id="col-container"):
|
113 |
gr.Markdown(f"""# 🐔 [POSTECH] PONIX Generator
|
114 |
+
**[[Github](https://github.com/posplexity/ponix-generator)]**
|
115 |
+
[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
|
116 |
""")
|
117 |
|
118 |
with gr.Group():
|