Spaces:
Running
Running
Upload 9 files
Browse files- .gitattributes +2 -0
- back.html +33 -0
- back_gab.html +33 -0
- back_masto.html +33 -0
- card_im.png +3 -0
- card_im_crop.png +3 -0
- gab.html +19 -0
- index.html +13 -0
- masto.html +19 -0
- share.html +19 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
card_im_crop.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
card_im.png filter=lfs diff=lfs merge=lfs -text
|
back.html
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
|
| 5 |
+
<style>
|
| 6 |
+
.container {
|
| 7 |
+
position: relative;
|
| 8 |
+
overflow: hidden;
|
| 9 |
+
width: 100%;
|
| 10 |
+
padding-top: 100%;
|
| 11 |
+
}
|
| 12 |
+
.responsive-iframe {
|
| 13 |
+
position: absolute;
|
| 14 |
+
top: 0;
|
| 15 |
+
left: 0;
|
| 16 |
+
bottom: 0;
|
| 17 |
+
right: 0;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
}
|
| 21 |
+
</style>
|
| 22 |
+
</head>
|
| 23 |
+
<body>
|
| 24 |
+
<div class="container">
|
| 25 |
+
<iframe
|
| 26 |
+
class="responsive-iframe"
|
| 27 |
+
src="https://akhaliq-anycoder.hf.space"
|
| 28 |
+
frameborder="0"
|
| 29 |
+
></iframe>
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
</body>
|
| 33 |
+
</html>
|
back_gab.html
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
|
| 5 |
+
<style>
|
| 6 |
+
.container {
|
| 7 |
+
position: relative;
|
| 8 |
+
overflow: hidden;
|
| 9 |
+
width: 100%;
|
| 10 |
+
padding-top: 56%;
|
| 11 |
+
}
|
| 12 |
+
.responsive-iframe {
|
| 13 |
+
position: absolute;
|
| 14 |
+
top: 0;
|
| 15 |
+
left: 0;
|
| 16 |
+
bottom: 0;
|
| 17 |
+
right: 0;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
}
|
| 21 |
+
</style>
|
| 22 |
+
</head>
|
| 23 |
+
<body>
|
| 24 |
+
<div class="container">
|
| 25 |
+
<iframe
|
| 26 |
+
class="responsive-iframe"
|
| 27 |
+
src="https://akhaliq-anycoder.hf.space"
|
| 28 |
+
frameborder="0"
|
| 29 |
+
></iframe>
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
</body>
|
| 33 |
+
</html>
|
back_masto.html
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
|
| 5 |
+
<style>
|
| 6 |
+
.container {
|
| 7 |
+
position: relative;
|
| 8 |
+
overflow: hidden;
|
| 9 |
+
width: 100%;
|
| 10 |
+
padding-top: 56%;
|
| 11 |
+
}
|
| 12 |
+
.responsive-iframe {
|
| 13 |
+
position: absolute;
|
| 14 |
+
top: 0;
|
| 15 |
+
left: 0;
|
| 16 |
+
bottom: 0;
|
| 17 |
+
right: 0;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
}
|
| 21 |
+
</style>
|
| 22 |
+
</head>
|
| 23 |
+
<body>
|
| 24 |
+
<div class="container">
|
| 25 |
+
<iframe
|
| 26 |
+
class="responsive-iframe"
|
| 27 |
+
src="https://akhaliq-anycoder.hf.space"
|
| 28 |
+
frameborder="0"
|
| 29 |
+
></iframe>
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
</body>
|
| 33 |
+
</html>
|
card_im.png
ADDED
|
Git LFS Details
|
card_im_crop.png
ADDED
|
Git LFS Details
|
gab.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width" />
|
| 6 |
+
<meta name="twitter:card" content="player"/>
|
| 7 |
+
<meta name="twitter:site" content=""/>
|
| 8 |
+
<meta name="twitter:player" content="/back_gab.html"/>
|
| 9 |
+
<meta name="twitter:player:stream" content="/back_gab.html"/>
|
| 10 |
+
<meta name="twitter:player:width" content="100%"/>
|
| 11 |
+
<meta name="twitter:player:height" content="100%"/>
|
| 12 |
+
<meta property="og:title" content="AnyCoder"/>
|
| 13 |
+
<meta property="og:description" content=" AI-powered code generator that helps you create applications by describing them in plain English"/>
|
| 14 |
+
<meta property="og:image" content="card_im_crop.png"/>
|
| 15 |
+
<meta http-equiv="refresh" content="0; url=https://akhaliq-anycoder.hf.space">
|
| 16 |
+
</head>
|
| 17 |
+
<body>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|
index.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
</head>
|
| 5 |
+
<body>
|
| 6 |
+
<iframe
|
| 7 |
+
src="https://akhaliq-anycoder.hf.space"
|
| 8 |
+
frameborder="0"
|
| 9 |
+
width="100%"
|
| 10 |
+
height="2000"
|
| 11 |
+
></iframe>
|
| 12 |
+
</body>
|
| 13 |
+
</html>
|
masto.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width" />
|
| 6 |
+
<meta name="twitter:card" content="player"/>
|
| 7 |
+
<meta name="twitter:site" content=""/>
|
| 8 |
+
<meta name="twitter:player" content="/back_masto.html"/>
|
| 9 |
+
<meta name="twitter:player:stream" content="/back_masto.html"/>
|
| 10 |
+
<meta name="twitter:player:width" content="100%"/>
|
| 11 |
+
<meta name="twitter:player:height" content="100%"/>
|
| 12 |
+
<meta property="og:title" content="AnyCoder"/>
|
| 13 |
+
<meta property="og:description" content=" AI-powered code generator that helps you create applications by describing them in plain English"/>
|
| 14 |
+
<meta property="og:image" content="card_im_crop.png"/>
|
| 15 |
+
<meta http-equiv="refresh" content="0; url=https://akhaliq-anycoder.hf.space">
|
| 16 |
+
</head>
|
| 17 |
+
<body>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|
share.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width" />
|
| 6 |
+
<meta name="twitter:card" content="player"/>
|
| 7 |
+
<meta name="twitter:site" content=""/>
|
| 8 |
+
<meta name="twitter:player" content="/back.html"/>
|
| 9 |
+
<meta name="twitter:player:stream" content="/back.html"/>
|
| 10 |
+
<meta name="twitter:player:width" content="100%"/>
|
| 11 |
+
<meta name="twitter:player:height" content="100%"/>
|
| 12 |
+
<meta property="og:title" content="AnyCoder"/>
|
| 13 |
+
<meta property="og:description" content=" AI-powered code generator that helps you create applications by describing them in plain English"/>
|
| 14 |
+
<meta property="og:image" content="card_im.png"/>
|
| 15 |
+
<meta http-equiv="refresh" content="0; url=https://akhaliq-anycoder.hf.space">
|
| 16 |
+
</head>
|
| 17 |
+
<body>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|