initial commit
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ sdk: docker
|
|
7 |
tags:
|
8 |
- label-studio
|
9 |
fullwidth: true
|
10 |
-
license:
|
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()
|