andresgtn commited on
Commit
550fd0a
·
1 Parent(s): 6587c30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def generate(celebrity, movie, guidance, improve_flag, scale): # add scale as va
63
  image = improve_image(image, scale=scale)
64
  return image
65
 
66
- movie_options = ["James Bond", "Snatch", "Saving Private Ryan", "Scarface", "Avatar", "Top Gun"]
67
  title = "Movie Poster Celebrity Swap"
68
  description = "Write the name of a celebrity, and pick a movie from the dropdown menu.\
69
  It will generate a new movie poster (inspired by your chosen movie)\
 
63
  image = improve_image(image, scale=scale)
64
  return image
65
 
66
+ movie_options = ["James Bond", "Snatch", "Saving Private Ryan", "Miss Congeniality", "Scarface", "Avatar", "Top Gun"]
67
  title = "Movie Poster Celebrity Swap"
68
  description = "Write the name of a celebrity, and pick a movie from the dropdown menu.\
69
  It will generate a new movie poster (inspired by your chosen movie)\