Camille Lebrun commited on
Commit
0155a77
1 Parent(s): 19207ad
Files changed (2) hide show
  1. app.py +3 -0
  2. pre-requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/openchat/openchat").launch()
pre-requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio