xfambi commited on
Commit
13b45c6
1 Parent(s): 5f5f85a

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +3 -0
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: docker
7
  tags:
8
  - label-studio
9
  fullwidth: true
10
- license: apache-2.0
11
  app_port: 8080
12
  duplicated_from: LabelStudio/LabelStudio
13
  ---
 
7
  tags:
8
  - label-studio
9
  fullwidth: true
10
+ license: wtfpl
11
  app_port: 8080
12
  duplicated_from: LabelStudio/LabelStudio
13
  ---
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/KoboldAI/GPT-Neo-2.7B-Horni-LN").launch()