C commited on
Commit
3a87fa9
1 Parent(s): 8c5e172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def query(payload):
15
  return response.content
16
 
17
  def genImage(character_name, description_of_the_character):
18
- input = "Create a movie poster for " + character_name + ","description_of_the_character + ",Disney Pixar movie style"
19
  image_bytes = query({
20
  "inputs": input,
21
  })
 
15
  return response.content
16
 
17
  def genImage(character_name, description_of_the_character):
18
+ input = "Create a movie poster for " + character_name + "," + description_of_the_character + ",Disney Pixar movie style"
19
  image_bytes = query({
20
  "inputs": input,
21
  })