anisotropies's picture
Update app.py
dcc7c0b verified
raw
history blame contribute delete
215 Bytes
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()