NihalGazi commited on
Commit
0ac5fe7
·
verified ·
1 Parent(s): 5c7311a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from PIL import Image
6
  from io import BytesIO
7
 
8
  def generate_image(prompt, width, height, seed, randomize):
 
9
  if randomize:
10
  seed = random.randint(0, 9999999)
11
  base_url = os.environ.get("FLUX_URL")
 
6
  from io import BytesIO
7
 
8
  def generate_image(prompt, width, height, seed, randomize):
9
+ print(prompt+"\n\n")
10
  if randomize:
11
  seed = random.randint(0, 9999999)
12
  base_url = os.environ.get("FLUX_URL")