Skip to content

Commit 1e1e2a1

Browse files
author
xiaoyunchong.xyc
committed
fix: ja/ pages stylesheet path (style.css -> ../style.css)
1 parent 69ed9ad commit 1e1e2a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ja/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
33
<title>FunASR API</title>
44
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
5-
<link rel="stylesheet" href="style.css">
5+
<link rel="stylesheet" href="../style.css">
66
</head><body class="api-page">
77
<nav class="nav"><div class="container">
88
<a href="index.html" class="nav-logo">FunASR</a>

ja/benchmark.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>FunASR Benchmark - Comprehensive ASR Speed &amp; Accuracy Comparison</title>
77
<meta name="description" content="Comprehensive ASR benchmark: 7 models tested on GPU, 3 on CPU. FunASR SenseVoice is 170x realtime on GPU with 8.92% CER. Tested on 184 long-form Chinese audio files (192 minutes) on GPU.">
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
9-
<link rel="stylesheet" href="style.css">
9+
<link rel="stylesheet" href="../style.css">
1010
<style>
1111
.bench-hero {
1212
background: linear-gradient(120deg, #0b1020 0%, #0d1f3c 58%, #1a0f2e 100%);

0 commit comments

Comments
 (0)