devilent2's picture
Update app.py
8cee6f9 verified
raw
history blame contribute delete
134 Bytes
import gradio as gr
import spaces
@spaces.GPU
def start():
gr.load("models/meta-llama/Meta-Llama-3.1-405B").launch()
start();