nreitinger commited on
Commit
4f73449
·
1 Parent(s): 477dde5

modelProblems

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,6 +38,6 @@ gr.Interface(
38
  ],
39
  outputs=gr.Image(height=28, width=28, type="pil", elem_id="output_image"),
40
  css="#output_image{width: 256px !important; height: 256px !important;}",
41
- title="Unconditional MNIST -- infringing (trained on one image)!",
42
- description="A clearly infringing diffusion model trained on one digit of the MNIST dataset.",
43
  ).queue().launch()
 
38
  ],
39
  outputs=gr.Image(height=28, width=28, type="pil", elem_id="output_image"),
40
  css="#output_image{width: 256px !important; height: 256px !important;}",
41
+ title="Model Problems: Infringing on MNIST!",
42
+ description="Opening the black box.",
43
  ).queue().launch()