import gradio as gr import spaces @spaces.GPU def start(): gr.load("models/meta-llama/Meta-Llama-3.1-405B").launch() start();