File size: 102 Bytes
ea1abd7
 
 
 
 
1
2
3
4
5
import gradio as gr

demo = gr.load("HuggingFaceH4/zephyr-7b-gemma-v0.1", src="models")

demo.launch()