Parzival2941 commited on
Commit
1928bc2
·
verified ·
1 Parent(s): 872857f

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
  ---
13
  <img src="https://user-images.githubusercontent.com/12534576/192582340-4c9e4401-1fe6-4dbb-95bb-fdbba5493f61.png"/>
 
7
  tags:
8
  - label-studio
9
  fullwidth: true
10
+ license: mit
11
  app_port: 8080
12
  ---
13
  <img src="https://user-images.githubusercontent.com/12534576/192582340-4c9e4401-1fe6-4dbb-95bb-fdbba5493f61.png"/>
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/mrm8488/t5-base-finetuned-emotion").launch()