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