iricardoxd commited on
Commit
a9c45ae
·
verified ·
1 Parent(s): 297436e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def process(Prompt):
15
  with open(file_path, "wb") as f:
16
 
17
  f.write(response.content)
18
-
19
  return(file_path)
20
 
21
  title = "Pollinations Image Generator"
 
15
  with open(file_path, "wb") as f:
16
 
17
  f.write(response.content)
18
+ print(Prompt)
19
  return(file_path)
20
 
21
  title = "Pollinations Image Generator"