tbdatasci commited on
Commit
a2ca785
1 Parent(s): 6e9c59a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.close_all()
4
+ demo = gr.load(name="models/stabilityai/StableBeluga2",
5
+ title='Chatty McChatterson',
6
+ description='Meet McChatterson, your go-to chat buddy.')
7
+
8
+ demo.launch()