Rename folder + remove coloring on omniparseragent printouts

This commit is contained in:
Thomas Dhome-Casanova
2025-01-29 22:44:23 -08:00
parent 746507b9d9
commit 7800a24b27
17 changed files with 0 additions and 1772 deletions

1
computer_use_demo/gradio/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tmp/

View File

@@ -1,17 +0,0 @@
"""
Define some colorful stuffs for better visualization in the chat.
"""
# Define the RGB colors for each letter
colors = {
'S': 'rgb(106, 158, 210)',
'h': 'rgb(111, 163, 82)',
'o': 'rgb(209, 100, 94)',
'w': 'rgb(238, 171, 106)',
'U': 'rgb(0, 0, 0)',
'I': 'rgb(0, 0, 0)',
}
colorful_text_vlm = "**OmniParser Agent**"
colorful_text_user = "**User**"