Spaces:
Runtime error
Runtime error
Ron Au
commited on
Commit
Β·
2620a89
1
Parent(s):
e756a65
Initial Commit
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
<script type="module" src="index.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<main>
|
12 |
-
<h1
|
13 |
<section id="image-gen">
|
14 |
<h2>Image generation from Inference API</h2>
|
15 |
<p>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>Python π€ Space served with http module</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
<script type="module" src="index.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<main>
|
12 |
+
<h1>Python π€ Space served with http module</h1>
|
13 |
<section id="image-gen">
|
14 |
<h2>Image generation from Inference API</h2>
|
15 |
<p>
|