Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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;">
|
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():
|