From 5d2d58bba89a34a1ac3202b4ca2b88957b0a6ec6 Mon Sep 17 00:00:00 2001 From: Thomas Dhome-Casanova Date: Tue, 4 Feb 2025 17:44:40 -0800 Subject: [PATCH] Simplify init message --- omnitool/gradio/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/omnitool/gradio/app.py b/omnitool/gradio/app.py index beb0dd7..a6846be 100644 --- a/omnitool/gradio/app.py +++ b/omnitool/gradio/app.py @@ -27,9 +27,7 @@ CONFIG_DIR = Path("~/.anthropic").expanduser() API_KEY_FILE = CONFIG_DIR / "api_key" INTRO_TEXT = ''' -Welcome to OmniTool - the OmniParser+X Computer Use Demo! X = [OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use (Sonnet)]. - -OmniParser lets you turn any vision-langauge model into an AI agent. +OmniParser lets you turn any vision-langauge model into an AI agent. We currently support OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use (Sonnet). Type a message and press submit to start OmniTool. Press stop to pause, and press the trash icon in the chat to clear the message history. '''