Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Synthetic Video Analyzing Tool
|
| 3 |
emoji: 💻
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
|
@@ -8,7 +8,9 @@ sdk_version: 6.2.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description: SVAT is a Gradio app for analyzing videos
|
| 12 |
---
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Synthetic Video Analyzing Tool - SVAT
|
| 3 |
emoji: 💻
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: SVAT is a Gradio app for analyzing videos
|
| 12 |
---
|
| 13 |
+
SVAT is a Gradio app for analyzing videos. Its designed to check if a video is ai-generated or a real video. At the current state it focusses on manually optical check.
|
| 14 |
+
GitHub Repository: https://github.com/ElBeh/SVAT
|
| 15 |
|
| 16 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|