Spaces:
Running
Running
JV A
commited on
Commit
·
4a80288
1
Parent(s):
d35c749
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,17 @@ iface = gr.Interface(
|
|
83 |
inputs="text",
|
84 |
outputs="image",
|
85 |
title="Freedom Demonstration",
|
86 |
-
description=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
allow_flagging=False
|
88 |
)
|
89 |
|
|
|
83 |
inputs="text",
|
84 |
outputs="image",
|
85 |
title="Freedom Demonstration",
|
86 |
+
description = """
|
87 |
+
Testing environment for the Freedom Model. Finetuned model of SD 2.1 768X produced by <a href='https://twitter.com/artificialguybr' target='_blank'>@artificialguybr</a>.<br><br>
|
88 |
+
|
89 |
+
The model has its problems, but overall it works well. The weights were released <a href='LINK_TO_WEIGHTS' target='_blank'>here</a>.<br><br>
|
90 |
+
|
91 |
+
You can find example prompts <a href='LINK_TO_EXAMPLE_PROMPTS' target='_blank'>here</a>.<br><br>
|
92 |
+
|
93 |
+
Demonstration running on the <a href='LINK_TO_MAKEAI.RUN_API' target='_blank'>makeai.run API</a>.<br><br>
|
94 |
+
|
95 |
+
Thanks to <a href='LINK_TO_REDMOND.AI' target='_blank'>Redmond.ai</a> for providing GPU Time and sponsoring this model.
|
96 |
+
""",
|
97 |
allow_flagging=False
|
98 |
)
|
99 |
|