initial commit
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🟧
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
@@ -7,7 +7,7 @@ sdk: docker
|
|
7 |
tags:
|
8 |
- label-studio
|
9 |
fullwidth: true
|
10 |
-
license:
|
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()
|