|
4 | 4 | "interactive_type": "vscode", |
5 | 5 | "name": "VS Code", |
6 | 6 | "description": "Remote VS Code development environment via tunnel", |
7 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
8 | | - "github_repo_dir": "interactive-vscode", |
| 7 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 8 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-vscode", |
9 | 9 | "env_parameters": [], |
10 | 10 | "icon": "https://lab.cloud/img/icons/vscode.png", |
11 | 11 | "supported_accelerators": [ |
|
46 | 46 | "interactive_type": "jupyter", |
47 | 47 | "name": "Jupyter Notebook", |
48 | 48 | "description": "Jupyter Lab notebook environment via ngrok tunnel", |
49 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
50 | | - "github_repo_dir": "interactive-jupyter", |
| 49 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 50 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-jupyter", |
51 | 51 | "env_parameters": [ |
52 | 52 | { |
53 | 53 | "field_name": "ngrok Auth Token", |
|
98 | 98 | "interactive_type": "vllm", |
99 | 99 | "name": "vLLM Server", |
100 | 100 | "description": "vLLM OpenAI-compatible API server via ngrok tunnel (plus Open WebUI)", |
101 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
102 | | - "github_repo_dir": "interactive-vllm", |
| 101 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 102 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-vllm", |
103 | 103 | "env_parameters": [ |
104 | 104 | { |
105 | 105 | "field_name": "Model Name", |
|
191 | 191 | "interactive_type": "ollama", |
192 | 192 | "name": "Ollama + Open WebUI", |
193 | 193 | "description": "Ollama model server with Open WebUI chat interface via ngrok tunnel", |
194 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
195 | | - "github_repo_dir": "interactive-ollama-openwebui", |
| 194 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 195 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-ollama-openwebui", |
196 | 196 | "env_parameters": [ |
197 | 197 | { |
198 | 198 | "field_name": "Model Name", |
|
268 | 268 | "id": "ollama_gradio", |
269 | 269 | "name": "Ollama + Gradio", |
270 | 270 | "description": "Ollama model server with Gradio chat UI via ngrok tunnel", |
271 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
272 | | - "github_repo_dir": "inference-ollama-gradio-chat", |
| 271 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 272 | + "github_repo_dir": "api/transformerlab/galleries/examples/inference-ollama-gradio-chat", |
273 | 273 | "env_parameters": [ |
274 | 274 | { |
275 | 275 | "field_name": "Model Name", |
|
323 | 323 | "id": "comfy_ui", |
324 | 324 | "name": "ComfyUI", |
325 | 325 | "description": "ComfyUI server via ngrok tunnel", |
326 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
327 | | - "github_repo_dir": "interactive-comfyui", |
| 326 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 327 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-comfyui", |
328 | 328 | "env_parameters": [ |
329 | 329 | { |
330 | 330 | "field_name": "ngrok Auth Token", |
|
374 | 374 | "interactive_type": "ssh", |
375 | 375 | "name": "SSH", |
376 | 376 | "description": "SSH access via ngrok TCP tunnel", |
377 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
378 | | - "github_repo_dir": "interactive-ssh", |
| 377 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 378 | + "github_repo_dir": "api/transformerlab/galleries/examples/interactive-ssh", |
379 | 379 | "env_parameters": [ |
380 | 380 | { |
381 | 381 | "field_name": "ngrok Auth Token", |
|
442 | 442 | "id": "mlx_gradio", |
443 | 443 | "name": "MLX LM + Gradio", |
444 | 444 | "description": "MLX LM inference server with Gradio chat UI for Apple Silicon", |
445 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
446 | | - "github_repo_dir": "inference-mlx-gradio-chat", |
| 445 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 446 | + "github_repo_dir": "api/transformerlab/galleries/examples/inference-mlx-gradio-chat", |
447 | 447 | "env_parameters": [ |
448 | 448 | { |
449 | 449 | "field_name": "Model Name", |
|
494 | 494 | "id": "mlx_audio_tts", |
495 | 495 | "name": "MLX Audio TTS + Gradio", |
496 | 496 | "description": "Text-to-Speech using MLX Audio with Gradio UI for Apple Silicon", |
497 | | - "github_repo_url": "https://github.com/transformerlab/transformerlab-examples", |
498 | | - "github_repo_dir": "inference-mlx-audio-tts", |
| 497 | + "github_repo_url": "https://github.com/transformerlab/transformerlab-app", |
| 498 | + "github_repo_dir": "api/transformerlab/galleries/examples/inference-mlx-audio-tts", |
499 | 499 | "env_parameters": [ |
500 | 500 | { |
501 | 501 | "field_name": "Model Name", |
|
0 commit comments