basharatwali commited on
Commit
a6e56da
·
1 Parent(s): 3363dcd

Add application and model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ def inference_interface(latent_dim=latent_dim, device=device):
57
  demo = gr.Interface(fn=generate,
58
  inputs=gr.Slider(minimum=1, maximum=9, step=1, value=1, label="Number of Images"),
59
  outputs=gr.Gallery(label="Generated Artwork", columns=3, height="auto"),
60
- title="Art Generation with GAN",
61
- description="Generate artwork using a trained GAN model."
62
  )
63
 
64
  return demo
 
57
  demo = gr.Interface(fn=generate,
58
  inputs=gr.Slider(minimum=1, maximum=9, step=1, value=1, label="Number of Images"),
59
  outputs=gr.Gallery(label="Generated Artwork", columns=3, height="auto"),
60
+ title="This Artwork Doesn’t Exist",
61
+ description="Generate artwork using our Wiki_ArtGAN."
62
  )
63
 
64
  return demo