Duplicated from akhaliq/anychat
7248cb8 02ae823
1
2
3
4
5
6
7
import gradio as gr demo = gr.load("models/meta-llama/Llama-3.3-70B-Instruct") if __name__ == "__main__": demo.launch()