Spaces:
Sleeping
Sleeping
File size: 222 Bytes
a2ca785 |
1 2 3 4 5 6 7 8 |
import gradio as gr
gr.close_all()
demo = gr.load(name="models/stabilityai/StableBeluga2",
title='Chatty McChatterson',
description='Meet McChatterson, your go-to chat buddy.')
demo.launch() |