p456 commited on
Commit
29a2368
1 Parent(s): bab9d35

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -0
README.md CHANGED
@@ -9,6 +9,7 @@ fullWidth: true
9
  tags:
10
  - argilla
11
  duplicated_from: argilla/argilla-template-space
 
12
  ---
13
 
14
  This is the Argilla Space Template you can use to deploy and run your own instance of Argilla on the Hugging Face Hub, for labeling, fun, and active learning loops!
 
9
  tags:
10
  - argilla
11
  duplicated_from: argilla/argilla-template-space
12
+ license: openrail
13
  ---
14
 
15
  This is the Argilla Space Template you can use to deploy and run your own instance of Argilla on the Hugging Face Hub, for labeling, fun, and active learning loops!
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/KoboldAI/fairseq-dense-2.7B-Nerys").launch()