File size: 201 Bytes
2e4837f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

# This demo requires a Hugging Face PRO token.
demo = gr.load("meta-llama/Meta-Llama-3-8B-Instruct", src="models", accept_token=True)

if __name__ == "__main__":
    demo.launch()