File size: 193 Bytes
ed49f5d
34bc064
cb0a544
b7e9546
d9c091d
28ba2e1
1
2
3
4
5
6
7
import gradio as gr

# Set the model name and load the tokenizer and configuration for the model
MODEL_NAME = "models/dontito/llama-7b-hf-v0"
 
gr.Interface.load(MODEL_NAME).launch(debug=True)