Spaces:
Running
Running
JV A commited on
Commit ·
c254f78
1
Parent(s): 0404bc0
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,11 +126,18 @@ iface = gr.Interface(
|
|
| 126 |
outputs=gr.components.Image(),
|
| 127 |
title="Freedom Demonstration",
|
| 128 |
description = """
|
| 129 |
-
Testing environment for the Freedom Model
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
""",
|
| 135 |
allow_flagging='never'
|
| 136 |
)
|
|
|
|
| 126 |
outputs=gr.components.Image(),
|
| 127 |
title="Freedom Demonstration",
|
| 128 |
description = """
|
| 129 |
+
# Testing environment for the Freedom Model
|
| 130 |
+
Finetuned model of SD 2.1 768X produced by [@artificialguybr](https://twitter.com/artificialguybr).
|
| 131 |
+
|
| 132 |
+
## Resources
|
| 133 |
+
- The weights were released [here](LINK_TO_WEIGHTS).
|
| 134 |
+
- You can find example prompts [here](LINK_TO_EXAMPLE_PROMPTS).
|
| 135 |
+
|
| 136 |
+
## Demonstration
|
| 137 |
+
This demonstration is running on the [makeai.run API](LINK_TO_MAKEAI.RUN_API).
|
| 138 |
+
|
| 139 |
+
## Acknowledgements
|
| 140 |
+
Thanks to [Redmond.ai](LINK_TO_REDMOND.AI) for providing GPU Time and sponsoring this model.
|
| 141 |
""",
|
| 142 |
allow_flagging='never'
|
| 143 |
)
|