fffiloni commited on
Commit
e4f34f5
1 Parent(s): da49ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 in <a href='https://huggingface.co/spaces/abidlabs/GPT-Baker'>GPT-Baker</a>."
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{