tsi-org commited on
Commit
1c59f60
·
verified ·
1 Parent(s): 25c1c34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -391,10 +391,10 @@ You are allowed to make up film and branding names, and do them like 80's, 90's
391
  print(f"An error occurred: {e}")
392
  return f"Error occurred while processing the request: {str(e)}"
393
 
394
- title = """<h1 align="center">FLUX Prompt Generator</h1>
395
  <p><center>
396
- <a href="https://github.com/dagthomas/comfyui_dagthomas" target="_blank">[comfyui_dagthomas]</a>
397
- <a href="https://github.com/dagthomas" target="_blank">[dagthomas Github]</a>
398
  <p align="center">Create long prompts from images or simple words. Enhance your short prompts with prompt enhancer.</p>
399
  </center></p>
400
  """
 
391
  print(f"An error occurred: {e}")
392
  return f"Error occurred while processing the request: {str(e)}"
393
 
394
+ title = """<h1 align="center">Pixio FLUX Prompt Generator</h1>
395
  <p><center>
396
+ <a href="https://pixio.myapps.ai" target="_blank">[Pixio]</a>
397
+
398
  <p align="center">Create long prompts from images or simple words. Enhance your short prompts with prompt enhancer.</p>
399
  </center></p>
400
  """