beresandras commited on
Commit
d59054d
1 Parent(s): 77b81c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ inputs = [
66
  output = gr.outputs.Image(label="Generated images")
67
  examples = [[3, 0.0, 0.02, 0.95], [10, 0.0, 0.02, 0.95], [20, 1.0, 0.02, 0.95]]
68
  title = "Denoising Diffusion Implicit Models 🌹💨"
69
- description = "Generating images with a denoising diffusion implicit model, trained on the Oxford Flowers dataset."
70
- article = "<div style='text-align: center;'>Keras code example and demo by <a href='https://www.linkedin.com/in/andras-beres-789190210' target='_blank'>András Béres</a></div>"
71
  gr.Interface(
72
  generate_images,
73
  inputs=inputs,
66
  output = gr.outputs.Image(label="Generated images")
67
  examples = [[3, 0.0, 0.02, 0.95], [10, 0.0, 0.02, 0.95], [20, 1.0, 0.02, 0.95]]
68
  title = "Denoising Diffusion Implicit Models 🌹💨"
69
+ description = "Generating images with a denoising diffusion implicit model, trained on the Oxford Flowers dataset. <br/> For details, check out the corresponding <a href='https://keras.io/examples/generative/ddim/' target='_blank'>Keras code example</a>, and the <a href='https://github.com/beresandras/clear-diffusion-keras' target='_blank'>code repository</a> that was used for ablations, with additional features."
70
+ article = "<div style='text-align: center;'><a href='https://keras.io/examples/generative/ddim/' target='_blank'>Keras code example</a> and demo by <a href='https://www.linkedin.com/in/andras-beres-789190210' target='_blank'>András Béres</a></div>"
71
  gr.Interface(
72
  generate_images,
73
  inputs=inputs,