File size: 1,426 Bytes
25569f7
 
 
 
 
 
 
 
 
261cd63
 
 
 
 
 
 
 
 
 
 
0569bf8
261cd63
 
 
 
 
25569f7
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
      <div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
        <div class="bg-card text-card-foreground grid w-full max-w-sm gap-10 rounded-lg border p-10 shadow-lg" data-v0-t="card">
          <div class="flex flex-col items-center gap-4 space-y-0 p-0">
            <div class="grid gap-1 text-center">
              <h3 class="text-lg font-semibold tracking-tight">Semantic segmentation</h3>
              <p class="text-muted-foreground text-xs">Click to view an example Colaboratory notebook!</p>
            </div>
          </div>
          <div class="grid gap-4 p-0">
            <div class="flex items-center gap-4 text-sm">
              <div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
                <a href="https://huggingface.co/spaces/PEFT/semantic-segmentation/blob/main/semantic_segmentation_peft_lora.ipynb" target="_blank">LoRA</a>
              </div>
            </div>
          </div>
        </div>
      </div>
	</body>
</html>