JV A commited on
Commit
c254f78
1 Parent(s): 0404bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -5
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. Finetuned model of SD 2.1 768X produced by <a href='https://twitter.com/artificialguybr' target='_blank'>@artificialguybr</a>.<br>
130
- The weights were released <a href='LINK_TO_WEIGHTS' target='_blank'>here</a>.<br>
131
- You can find example prompts <a href='LINK_TO_EXAMPLE_PROMPTS' target='_blank'>here</a>.<br>
132
- Demonstration running on the <a href='LINK_TO_MAKEAI.RUN_API' target='_blank'>makeai.run API</a>.<br>
133
- Thanks to <a href='LINK_TO_REDMOND.AI' target='_blank'>Redmond.ai</a> for providing GPU Time and sponsoring this model.
 
 
 
 
 
 
 
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
  )