Deddy commited on
Commit
2d13813
·
verified ·
1 Parent(s): bc827a0

Update app.py

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