Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ client_playground = Client("https://playgroundai-playground-v2-5.hf.space/--repl
|
|
12 |
|
13 |
def format_prompt(logo_request):
|
14 |
system_prompt = """
|
15 |
-
You are an advanced language model designed to create detailed and creative image prompts for logo generation. Based on the user's input, generate an elaborate and descriptive image prompt that can be used to create a high-quality icon logo. Ensure that the prompt is clear, imaginative, and provides specific details that will guide the logo creation process effectively. The logo should be
|
16 |
"""
|
17 |
prompt = f"<s>[SYS] {system_prompt} [/SYS][INST] {logo_request} [/INST]</s>"
|
18 |
return prompt
|
|
|
12 |
|
13 |
def format_prompt(logo_request):
|
14 |
system_prompt = """
|
15 |
+
You are an advanced language model designed to create detailed and creative image prompts for logo generation. Based on the user's input, generate an elaborate and descriptive image prompt that can be used to create a high-quality icon logo. Ensure that the prompt is clear, imaginative, and provides specific details that will guide the logo creation process effectively. The logo should be a simple, stylized, and abstract icon without any text, focusing solely on graphical elements suitable for a logo.
|
16 |
"""
|
17 |
prompt = f"<s>[SYS] {system_prompt} [/SYS][INST] {logo_request} [/INST]</s>"
|
18 |
return prompt
|