Duy commited on
Commit ·
e753ab9
1
Parent(s): 4a46990
fix: update license option for HuggingFace Spaces
Browse filesHF doesn't have MIT in license dropdown - use 'Other' instead
- HF_SPACE_SETUP.md +2 -1
HF_SPACE_SETUP.md
CHANGED
|
@@ -9,10 +9,11 @@
|
|
| 9 |
3. Fill in:
|
| 10 |
```
|
| 11 |
Space name: Pattern_detection_in_technical_drawings
|
| 12 |
-
License:
|
| 13 |
SDK: Docker ⭐ (IMPORTANT)
|
| 14 |
Visibility: Public
|
| 15 |
```
|
|
|
|
| 16 |
4. Click **"Create space"**
|
| 17 |
|
| 18 |
---
|
|
|
|
| 9 |
3. Fill in:
|
| 10 |
```
|
| 11 |
Space name: Pattern_detection_in_technical_drawings
|
| 12 |
+
License: Other (or choose from dropdown)
|
| 13 |
SDK: Docker ⭐ (IMPORTANT)
|
| 14 |
Visibility: Public
|
| 15 |
```
|
| 16 |
+
**Note:** If "Other" selected, you can specify MIT in the Space description
|
| 17 |
4. Click **"Create space"**
|
| 18 |
|
| 19 |
---
|