Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -79,10 +79,7 @@ css = """
|
|
79 |
with gr.Blocks(css=css) as demo:
|
80 |
gr.Markdown(
|
81 |
"""
|
82 |
-
|
83 |
-
<h1 style="margin: 0; color: #101828";>PTA-1: Controlling Computers with Small Models</h1>
|
84 |
-
<img src="https://cdn.prod.website-files.com/6627a15f6d261b8bf852c0a1/670529b583d3638f72db5614_askui-logo-primary-filled.svg" alt="Logo" style="height: 50px;">
|
85 |
-
</div>
|
86 |
""")
|
87 |
gr.Markdown("Check out the model [AskUI/PTA-1](https://huggingface.co/AskUI/PTA-1).")
|
88 |
with gr.Row():
|
|
|
79 |
with gr.Blocks(css=css) as demo:
|
80 |
gr.Markdown(
|
81 |
"""
|
82 |
+
# PTA-1: Controlling Computers with Small Models
|
|
|
|
|
|
|
83 |
""")
|
84 |
gr.Markdown("Check out the model [AskUI/PTA-1](https://huggingface.co/AskUI/PTA-1).")
|
85 |
with gr.Row():
|