import gradio as gr | |
gr.load("models/HuggingFaceH4/zephyr-7b-beta", | |
theme=gr.themes.Soft(), | |
title="HuggingFaceH4-zephyr-7b-beta Gradio App", | |
description="Ask me anything!" | |
).launch() |
import gradio as gr | |
gr.load("models/HuggingFaceH4/zephyr-7b-beta", | |
theme=gr.themes.Soft(), | |
title="HuggingFaceH4-zephyr-7b-beta Gradio App", | |
description="Ask me anything!" | |
).launch() |