Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def infer(image_in):
|
|
124 |
return user_prompt, cleaned_text.lstrip("\n")
|
125 |
|
126 |
title = f"LLM Agent from a Picture",
|
127 |
-
description = f"Get a LLM system prompt from a picture so you can use it
|
128 |
|
129 |
css = """
|
130 |
#col-container{
|
|
|
124 |
return user_prompt, cleaned_text.lstrip("\n")
|
125 |
|
126 |
title = f"LLM Agent from a Picture",
|
127 |
+
description = f"Get a LLM system prompt idea from a picture so you can use it as a kickstarter for your new <a href='https://huggingface.co/chat/assistants'>Hugging Chat Assistant</a>."
|
128 |
|
129 |
css = """
|
130 |
#col-container{
|