anychat / app_meta.py
hysts's picture
hysts HF staff
Clean up
02ae823
raw
history blame contribute delete
126 Bytes
import gradio as gr
demo = gr.load("models/meta-llama/Llama-3.3-70B-Instruct")
if __name__ == "__main__":
demo.launch()