fffiloni commited on
Commit
23bb5b3
1 Parent(s): b9bed89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,8 +53,8 @@ def infer(image_in):
53
 
54
  return cleaned_text
55
 
56
- title = "LLM Agent from a Picture",
57
- description = "Get a LLM system prompt from a picture to then use in GPT-Baker."
58
 
59
  css = """
60
  #col-container{
@@ -67,7 +67,7 @@ css = """
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
  gr.HTML(f"""
70
- <h2 style="text-align: center;">{title}</h2>
71
  <p style="text-align: center;">{description}</p>
72
  """)
73
  with gr.Row():
 
53
 
54
  return cleaned_text
55
 
56
+ title = f"LLM Agent from a Picture",
57
+ 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>."
58
 
59
  css = """
60
  #col-container{
 
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
  gr.HTML(f"""
70
+ <h2 style="text-align: center;">LLM Agent from a Picture</h2>
71
  <p style="text-align: center;">{description}</p>
72
  """)
73
  with gr.Row():