hshetty commited on
Commit
2adfff3
·
1 Parent(s): c2b8f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -39,6 +39,8 @@ gr.Interface(
39
  fn=generate,
40
  inputs=[gr.Textbox(label='Celebrity'), gr.Dropdown(['The Godfather', 'Titanic', 'Fast and Furious'], label='Movie')],
41
  outputs = gr.Image(type='pill'),
 
 
42
  allow_flagging="manual",
43
  flagging_options = ['Incorrect movie poster','Incorrect Actor','Other Problem'],
44
  flagging_callback=hf_writer,
 
39
  fn=generate,
40
  inputs=[gr.Textbox(label='Celebrity'), gr.Dropdown(['The Godfather', 'Titanic', 'Fast and Furious'], label='Movie')],
41
  outputs = gr.Image(type='pill'),
42
+ title="Movie Poster Generation Using Stable Diffusion",
43
+ description="This is a movie poster generation app created as part of End to End Vision application course on CoRise by Abubakar Abid!<br/> Set the celebrity name and choose a movie name from the dropdown to generate the image.",
44
  allow_flagging="manual",
45
  flagging_options = ['Incorrect movie poster','Incorrect Actor','Other Problem'],
46
  flagging_callback=hf_writer,