CoolFace
Apppublic

vk-ai-system/flask_inference_api3

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
index.html33 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3	<head>4		<meta charset="utf-8" />5		<meta name="viewport" content="width=device-width" />6		<title>My static Space</title>7		<link rel="stylesheet" href="https://huggingface.co/spaces/vk-ai-system/flask_inference_api/resolve/main/style.css" />8 9 10 11 12 13      14	</head>15	<body>16		<div class="card">17			<h1>Welcome to your static Space!</h1>18			<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>19			<p>20				Also don't forget to check the21				<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.22			</p>23		</div>24 25 26 27 28 29 30 31      32	</body>33</html>