Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)\
|