umyuu commited on
Commit
95deb6b
·
1 Parent(s): 696e430

Hugging FaceのSpace対応

Browse files

Spaceの構成情報を追加
公式ドキュメント
https://huggingface.co/docs/hub/spaces-config-reference

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # SaliencyMap — in Python
2
  ![Python version](https://img.shields.io/badge/python-3.8+-important)
3
  <a href="https://colab.research.google.com/github/umyuu/SaliencyMapDemo/blob/main/launch_app.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
 
1
+ ---
2
+ license: mit
3
+ title: SaliencyMapDemo
4
+ sdk: gradio
5
+ emoji: 📊
6
+ colorFrom: yellow
7
+ colorTo: yellow
8
+ pinned: false
9
+ ---
10
  # SaliencyMap — in Python
11
  ![Python version](https://img.shields.io/badge/python-3.8+-important)
12
  <a href="https://colab.research.google.com/github/umyuu/SaliencyMapDemo/blob/main/launch_app.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>