Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
app_file: demo.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# AI Text Steganography
|
| 5 |
## Description
|
|
@@ -65,6 +71,4 @@ python analysis.py -h
|
|
| 65 |
- [x] Statistical experiments.
|
| 66 |
- [ ] Attack strategies
|
| 67 |
- [ ] White-box
|
| 68 |
-
- [ ] Black-box
|
| 69 |
-
|
| 70 |
-
|
|
|
|
| 1 |
---
|
| 2 |
app_file: demo.py
|
| 3 |
+
license: mit
|
| 4 |
+
title: AI Text Steganography
|
| 5 |
+
sdk: gradio
|
| 6 |
+
colorFrom: red
|
| 7 |
+
colorTo: yellow
|
| 8 |
+
pinned: true
|
| 9 |
---
|
| 10 |
# AI Text Steganography
|
| 11 |
## Description
|
|
|
|
| 71 |
- [x] Statistical experiments.
|
| 72 |
- [ ] Attack strategies
|
| 73 |
- [ ] White-box
|
| 74 |
+
- [ ] Black-box
|
|
|
|
|
|