CoolFace
Apppublic

devmeta/AI-Character-Scene-Creator

sourceHugging Facemitupdated 10mo agoView on Hugging Face
1likes
index.html16 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="ko">3<head>4  <meta charset="UTF-8">5  <meta name="viewport" content="width=device-width, initial-scale=1.0">6  <title>AI Character Scene Creator</title>7  <style>8    body { margin: 0; padding: 0; height: 100vh; overflow: hidden; background: #f0f0f0; }9    iframe { width: 100%; height: 100%; border: none; }10  </style>11</head>12<body>13  <iframe src="https://ai-character-scene-creator-192912957006.us-west1.run.app/" sandbox="allow-scripts allow-same-origin allow-forms allow-popups" allowfullscreen></iframe>14</body>15</html>16