Update README.md
Browse files
README.md
CHANGED
|
@@ -3,13 +3,19 @@ title: Case Lantern
|
|
| 3 |
colorFrom: pink
|
| 4 |
colorTo: blue
|
| 5 |
sdk: gradio
|
| 6 |
-
sdk_version: 6.
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
models:
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# 🏮 Case Lantern
|
|
@@ -18,6 +24,9 @@ Short Demo Video:
|
|
| 18 |
|
| 19 |
https://youtu.be/Bf3t5Cq6XuA
|
| 20 |
|
|
|
|
|
|
|
|
|
|
| 21 |
Case Lantern is a fictional medical mystery game for the
|
| 22 |
[Build Small Hackathon](https://huggingface.co/build-small-hackathon).
|
| 23 |
Players investigate a short Chinese case, request clues, avoid red herrings, and
|
|
@@ -81,4 +90,4 @@ On Windows PowerShell:
|
|
| 81 |
```powershell
|
| 82 |
$env:DEMO_MODE="true"
|
| 83 |
python app.py
|
| 84 |
-
```
|
|
|
|
| 3 |
colorFrom: pink
|
| 4 |
colorTo: blue
|
| 5 |
sdk: gradio
|
| 6 |
+
sdk_version: 6.18.0
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
models:
|
| 11 |
+
- lastmass/Qwen3.5-Medical-GSPO
|
| 12 |
+
tags:
|
| 13 |
+
- track:wood
|
| 14 |
+
- sponsor:openai
|
| 15 |
+
- achievement:offgrid
|
| 16 |
+
- achievement:welltuned
|
| 17 |
+
- achievement:offbrand
|
| 18 |
+
- achievement:llama
|
| 19 |
---
|
| 20 |
|
| 21 |
# 🏮 Case Lantern
|
|
|
|
| 24 |
|
| 25 |
https://youtu.be/Bf3t5Cq6XuA
|
| 26 |
|
| 27 |
+
Social Post:
|
| 28 |
+
https://x.com/readbearmk2/status/2066780350555316671?s=20
|
| 29 |
+
|
| 30 |
Case Lantern is a fictional medical mystery game for the
|
| 31 |
[Build Small Hackathon](https://huggingface.co/build-small-hackathon).
|
| 32 |
Players investigate a short Chinese case, request clues, avoid red herrings, and
|
|
|
|
| 90 |
```powershell
|
| 91 |
$env:DEMO_MODE="true"
|
| 92 |
python app.py
|
| 93 |
+
```
|