CoolFace
Apppublic

awacke1/Generative-AI-Provider

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes
index.html28 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>Provider</title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10      11<iframe12	src="https://awacke1-ai-chatgpt-provider.hf.space"13	frameborder="0"14	width="900"15	height="1280"16></iframe>17 18    <iframe19    	src="https://awacke1-chatgpt-memory-chat-story-generator.hf.space"20    	frameborder="0"21    	width="900"22    	height="1280"23    ></iframe>24 25      26	</body>27</html>28