hivalking commited on
Commit
022cbc8
1 Parent(s): 12d7275

initial commit

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: LabelStudio
3
  emoji: 🟧
4
  colorFrom: yellow
5
  colorTo: purple
@@ -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"/>
 
1
  ---
2
+ title: Facebook Timesformer Base Finetuned K600 Try 01
3
  emoji: 🟧
4
  colorFrom: yellow
5
  colorTo: purple
 
7
  tags:
8
  - label-studio
9
  fullwidth: true
10
+ license: other
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/facebook/timesformer-base-finetuned-k600").launch()