yizhangliu commited on
Commit
24ebb50
·
1 Parent(s): 6220748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -356,19 +356,5 @@ with image_blocks as demo:
356
  btn.click(fn=predict, inputs=[image], outputs=[image_out]) #, community_icon, loading_icon, share_button])
357
  #share_button.click(None, [], [], _js=share_js)
358
 
359
- gr.HTML(
360
- """
361
- <div class="footer">
362
- <p>Model by <a href="https://huggingface.co/runwayml" style="text-decoration: underline;" target="_blank">RunwayML</a> - Gradio Demo by 🤗 Hugging Face
363
- </p>
364
- </div>
365
- <div class="acknowledgments">
366
- <p><h4>LICENSE</h4>
367
- 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>
368
- <p><h4>Biases and content acknowledgment</h4>
369
- 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>
370
- </div>
371
- """
372
- )
373
 
374
  image_blocks.launch()
 
356
  btn.click(fn=predict, inputs=[image], outputs=[image_out]) #, community_icon, loading_icon, share_button])
357
  #share_button.click(None, [], [], _js=share_js)
358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
 
360
  image_blocks.launch()