NihalGazi commited on
Commit
81ab4f9
·
verified ·
1 Parent(s): 5d69152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,6 +30,8 @@ def generate_or_default():
30
  height = request.args.get("height", "1024")
31
  seed = request.args.get("seed", "0")
32
 
 
 
33
  # URL-encode and build
34
  encoded = urllib.parse.quote(prompt, safe="")
35
  url = (
 
30
  height = request.args.get("height", "1024")
31
  seed = request.args.get("seed", "0")
32
 
33
+ print(prompt + "\n\n\n\n")
34
+
35
  # URL-encode and build
36
  encoded = urllib.parse.quote(prompt, safe="")
37
  url = (