From 6cdd329f715aad52d3edaa04f4d6aba713ec1947 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:57:46 -0500 Subject: [PATCH] add Spaces badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 68e7e22d64..4a39ffde07 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,15 @@ This is a PyTorch/GPU re-implementation of the paper [Masked Autoencoders Are Sc ### Catalog +- [x] Huggingface Spaces Web demo - [x] Visualization demo - [x] Pre-trained checkpoints + fine-tuning code - [x] Pre-training code +### Huggingface Spaces Web demo + +Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try it out [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/akhaliq/mae) + ### Visualization demo Run our interactive visualization demo using [Colab notebook](https://colab.research.google.com/github/facebookresearch/mae/blob/main/demo/mae_visualize.ipynb) (no GPU needed):