Spaces:
Running
on
Zero
Running
on
Zero
Plat
commited on
Commit
·
c44fbfc
1
Parent(s):
6ba6160
chore: add model link
Browse files
app.py
CHANGED
@@ -197,9 +197,10 @@ css = """
|
|
197 |
|
198 |
with gr.Blocks(css=css) as demo:
|
199 |
with gr.Column(elem_id="col-container"):
|
200 |
-
gr.Markdown(
|
201 |
-
|
202 |
-
|
|
|
203 |
|
204 |
with gr.Row():
|
205 |
subject_radio = gr.Dropdown(
|
|
|
197 |
|
198 |
with gr.Blocks(css=css) as demo:
|
199 |
with gr.Column(elem_id="col-container"):
|
200 |
+
gr.Markdown("""
|
201 |
+
# Random IllustriousXL
|
202 |
+
Model: [IllustriousXL v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0)
|
203 |
+
""")
|
204 |
|
205 |
with gr.Row():
|
206 |
subject_radio = gr.Dropdown(
|