Spaces:
Running
Running
Upload 5 files
Browse files- .gitignore +13 -0
- Dockerfile +1 -1
- LICENSE +2 -0
- index.html +3 -6
.gitignore
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.py[cod]
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.c
|
| 4 |
+
build/
|
| 5 |
+
dist/
|
| 6 |
+
*.egg-info/
|
| 7 |
+
.pypirc
|
| 8 |
+
core.py
|
| 9 |
+
proxy.py
|
| 10 |
+
setup.py
|
| 11 |
+
pyproject.toml
|
| 12 |
+
MANIFEST.in
|
| 13 |
+
*.whl
|
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ COPY . .
|
|
| 18 |
RUN python -c "from marl import Marl; print('MARL OK')"
|
| 19 |
|
| 20 |
EXPOSE 7860
|
| 21 |
-
CMD ["python", "app.py"]
|
|
|
|
| 18 |
RUN python -c "from marl import Marl; print('MARL OK')"
|
| 19 |
|
| 20 |
EXPOSE 7860
|
| 21 |
+
CMD ["python", "app.py"]
|
LICENSE
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License 2.0
|
| 2 |
+
Copyright 2025-2026 VIDRAFT / Vidraft Inc.
|
index.html
CHANGED
|
@@ -142,15 +142,12 @@ body::before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
|
|
| 142 |
<a href="https://huggingface.co/spaces/VIDraft/MARL" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#ff9d00,#ffcd00);color:#1a1a2e">π€ HuggingFace</a>
|
| 143 |
<a href="https://huggingface.co/spaces/FINAL-Bench/Leaderboard" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#0d9488,#059669);color:#fff">π FINAL Bench</a>
|
| 144 |
<a href="https://vidraft.net" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#24292e,#40444b);color:#fff">π VIDRAFT</a>
|
| 145 |
-
<a href="https://github.com/
|
| 146 |
-
<a href="
|
| 147 |
</div>
|
| 148 |
|
| 149 |
<div style="display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:8px;font-family:var(--mono);font-size:8px;color:var(--text-muted)">
|
| 150 |
<span style="color:#e11d48">π₯ FINAL Bench Global #5 Dataset</span> Β·
|
| 151 |
<span style="color:#0d9488">π Seoul AI Hub</span> Β·
|
| 152 |
<span style="color:#8b5cf6">β HF STAR AI Top 12</span> Β·
|
| 153 |
-
<span style="color:#d97706">π©Ί FACTS
|
| 154 |
-
</div>
|
| 155 |
-
</div>
|
| 156 |
-
</div>
|
|
|
|
| 142 |
<a href="https://huggingface.co/spaces/VIDraft/MARL" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#ff9d00,#ffcd00);color:#1a1a2e">π€ HuggingFace</a>
|
| 143 |
<a href="https://huggingface.co/spaces/FINAL-Bench/Leaderboard" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#0d9488,#059669);color:#fff">π FINAL Bench</a>
|
| 144 |
<a href="https://vidraft.net" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#24292e,#40444b);color:#fff">π VIDRAFT</a>
|
| 145 |
+
<a href="https://github.com/Vidraft/MARL" target="_blank" class="link-badge" style="background:linear-gradient(135deg,#24292e,#40444b);color:#fff">β‘ GitHub</a>
|
| 146 |
+
<a href="/cdn-cgi/l/email-protection#b7d6c5cfdec1d0c7c3f7d0dad6dedb99d4d8da" class="link-badge" style="background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff">βοΈ Contact</a>
|
| 147 |
</div>
|
| 148 |
|
| 149 |
<div style="display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:8px;font-family:var(--mono);font-size:8px;color:var(--text-muted)">
|
| 150 |
<span style="color:#e11d48">π₯ FINAL Bench Global #5 Dataset</span> Β·
|
| 151 |
<span style="color:#0d9488">π Seoul AI Hub</span> Β·
|
| 152 |
<span style="color:#8b5cf6">β HF STAR AI Top 12</span> Β·
|
| 153 |
+
<span style="color:#d97706">π©Ί FACTS Gr
|
|
|
|
|
|
|
|
|