akhaliq HF Staff commited on
Commit
ec19cf8
·
1 Parent(s): 01dba19

remove models

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. app.py +0 -20
README.md CHANGED
@@ -58,7 +58,7 @@ python app.py
58
  ```
59
  2. Open your browser and navigate to the provided URL
60
  3. Describe your application in the text input field, or:
61
- - Upload a UI design image (for ERNIE-4.5-VL or GLM-4.1V-9B-Thinking)
62
  - Upload a reference file (PDF, TXT, MD, CSV, DOCX, or image)
63
  - Enter a website URL for redesign (the app will extract and analyze the HTML and content)
64
  - Enable web search for up-to-date information
@@ -77,15 +77,12 @@ python app.py
77
  - DeepSeek V3.1 Terminus
78
  - DeepSeek V3.2-Exp
79
  - DeepSeek R1
80
- - ERNIE-4.5-VL (multimodal)
81
  - MiniMax M1
82
  - Qwen3-235B-A22B
83
  - Qwen3-4B-Instruct-2507
84
  - Qwen3-4B-Thinking-2507
85
  - Qwen3-30B-A3B-Instruct-2507 (via DashScope)
86
  - Qwen3-30B-A3B-Thinking-2507 (via DashScope)
87
- - SmolLM3-3B
88
- - GLM-4.1V-9B-Thinking (multimodal)
89
  - GPT-5 (via Poe)
90
  - Grok-4 (via Poe)
91
  - Claude-Opus-4.1 (via Poe)
 
58
  ```
59
  2. Open your browser and navigate to the provided URL
60
  3. Describe your application in the text input field, or:
61
+ - Upload a UI design image (for multimodal models)
62
  - Upload a reference file (PDF, TXT, MD, CSV, DOCX, or image)
63
  - Enter a website URL for redesign (the app will extract and analyze the HTML and content)
64
  - Enable web search for up-to-date information
 
77
  - DeepSeek V3.1 Terminus
78
  - DeepSeek V3.2-Exp
79
  - DeepSeek R1
 
80
  - MiniMax M1
81
  - Qwen3-235B-A22B
82
  - Qwen3-4B-Instruct-2507
83
  - Qwen3-4B-Thinking-2507
84
  - Qwen3-30B-A3B-Instruct-2507 (via DashScope)
85
  - Qwen3-30B-A3B-Thinking-2507 (via DashScope)
 
 
86
  - GPT-5 (via Poe)
87
  - Grok-4 (via Poe)
88
  - Claude-Opus-4.1 (via Poe)
app.py CHANGED
@@ -1885,11 +1885,6 @@ AVAILABLE_MODELS = [
1885
  "id": "kimi-k2-turbo-preview",
1886
  "description": "Moonshot AI Kimi K2 Turbo via OpenAI-compatible API"
1887
  },
1888
- {
1889
- "name": "Carrot",
1890
- "id": "stealth-model-1",
1891
- "description": "High-performance AI model for code generation and complex reasoning tasks"
1892
- },
1893
  {
1894
  "name": "DeepSeek V3",
1895
  "id": "deepseek-ai/DeepSeek-V3-0324",
@@ -1915,11 +1910,6 @@ AVAILABLE_MODELS = [
1915
  "id": "deepseek-ai/DeepSeek-R1-0528",
1916
  "description": "DeepSeek R1 model for code generation"
1917
  },
1918
- {
1919
- "name": "ERNIE-4.5-VL",
1920
- "id": "baidu/ERNIE-4.5-VL-424B-A47B-Base-PT",
1921
- "description": "ERNIE-4.5-VL model for multimodal code generation with image support"
1922
- },
1923
  {
1924
  "name": "MiniMax M1",
1925
  "id": "MiniMaxAI/MiniMax-M1-80k",
@@ -1930,11 +1920,6 @@ AVAILABLE_MODELS = [
1930
  "id": "Qwen/Qwen3-235B-A22B",
1931
  "description": "Qwen3-235B-A22B model for code generation and general tasks"
1932
  },
1933
- {
1934
- "name": "SmolLM3-3B",
1935
- "id": "HuggingFaceTB/SmolLM3-3B",
1936
- "description": "SmolLM3-3B model for code generation and general tasks"
1937
- },
1938
  {
1939
  "name": "GLM-4.5",
1940
  "id": "zai-org/GLM-4.5",
@@ -1950,11 +1935,6 @@ AVAILABLE_MODELS = [
1950
  "id": "zai-org/GLM-4.6",
1951
  "description": "GLM-4.6 model for advanced code generation and general tasks"
1952
  },
1953
- {
1954
- "name": "GLM-4.1V-9B-Thinking",
1955
- "id": "THUDM/GLM-4.1V-9B-Thinking",
1956
- "description": "GLM-4.1V-9B-Thinking model for multimodal code generation with image support"
1957
- },
1958
  {
1959
  "name": "Qwen3-235B-A22B-Instruct-2507",
1960
  "id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
 
1885
  "id": "kimi-k2-turbo-preview",
1886
  "description": "Moonshot AI Kimi K2 Turbo via OpenAI-compatible API"
1887
  },
 
 
 
 
 
1888
  {
1889
  "name": "DeepSeek V3",
1890
  "id": "deepseek-ai/DeepSeek-V3-0324",
 
1910
  "id": "deepseek-ai/DeepSeek-R1-0528",
1911
  "description": "DeepSeek R1 model for code generation"
1912
  },
 
 
 
 
 
1913
  {
1914
  "name": "MiniMax M1",
1915
  "id": "MiniMaxAI/MiniMax-M1-80k",
 
1920
  "id": "Qwen/Qwen3-235B-A22B",
1921
  "description": "Qwen3-235B-A22B model for code generation and general tasks"
1922
  },
 
 
 
 
 
1923
  {
1924
  "name": "GLM-4.5",
1925
  "id": "zai-org/GLM-4.5",
 
1935
  "id": "zai-org/GLM-4.6",
1936
  "description": "GLM-4.6 model for advanced code generation and general tasks"
1937
  },
 
 
 
 
 
1938
  {
1939
  "name": "Qwen3-235B-A22B-Instruct-2507",
1940
  "id": "Qwen/Qwen3-235B-A22B-Instruct-2507",