Spaces:
Build error
Build error
pablorodriper
commited on
Commit
•
4a2fa02
1
Parent(s):
2a3f66a
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import tensorflow as tf
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
|
5 |
-
description = "Keras implementation for Video Vision Transformer
|
6 |
article = "Classes: liver, kidney-right, kidney-left, femur-right, femur-left, bladder, heart, lung-right, lung-left, spleen, pancreas.\n\nAuthor:<a href=\"https://huggingface.co/pablorodriper/\"> Pablo Rodríguez</a>; Based on the keras example by <a href=\"https://keras.io/examples/vision/vivit/\">Aritra Roy Gosthipaty and Ayush Thakur</a>"
|
7 |
title = "Video Vision Transformer on OrganMNIST3D"
|
8 |
|
|
|
2 |
import tensorflow as tf
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
|
5 |
+
description = "Keras implementation for Video Vision Transformer trained with OrganMNIST3D (CT videos)"
|
6 |
article = "Classes: liver, kidney-right, kidney-left, femur-right, femur-left, bladder, heart, lung-right, lung-left, spleen, pancreas.\n\nAuthor:<a href=\"https://huggingface.co/pablorodriper/\"> Pablo Rodríguez</a>; Based on the keras example by <a href=\"https://keras.io/examples/vision/vivit/\">Aritra Roy Gosthipaty and Ayush Thakur</a>"
|
7 |
title = "Video Vision Transformer on OrganMNIST3D"
|
8 |
|