pngwn commited on
Commit
12c1229
1 Parent(s): f82013f
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -100,19 +100,6 @@ with block:
100
  [],
101
  _js=share_js,
102
  )
103
- gr.HTML(
104
- """
105
- <div class="footer">
106
- <p>Model by <a href="https://huggingface.co/CompVis" style="text-decoration: underline;" target="_blank">CompVis</a> - backend running JAX on TPUs due to generous support of <a href="https://sites.research.google/trc/about/" style="text-decoration: underline;" target="_blank">Google TRC program</a> - Gradio Demo by 🤗 Hugging Face
107
- </p>
108
- </div>
109
- <div class="acknowledgments">
110
- <p><h4>LICENSE</h4>
111
- The model is licensed with a <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" style="text-decoration: underline;" target="_blank">CreativeML Open RAIL-M</a> license. The authors claim no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in this license. The license forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
112
- <p><h4>Biases and content acknowledgment</h4>
113
- Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" style="text-decoration: underline;" target="_blank">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes. You can read more in the <a href="https://huggingface.co/CompVis/stable-diffusion-v1-4" style="text-decoration: underline;" target="_blank">model card</a></p>
114
- </div>
115
- """
116
- )
117
 
118
  block.queue(concurrency_count=40, max_size=20).launch(max_threads=150)
 
100
  [],
101
  _js=share_js,
102
  )
103
+
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  block.queue(concurrency_count=40, max_size=20).launch(max_threads=150)