Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
394 |
<p><center>
|
395 |
-
<a href="https://
|
396 |
-
<a href="https://github.com/
|
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 |
"""
|