Kvikontent's picture
Create index.html
fb1a4ab
raw
history blame contribute delete
363 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Hugging Face Image Generation</title>
</head>
<body>
<h1>Image Generation App</h1>
<form action="/generate" method="post">
<label for="prompt">Enter prompt:</label><br>
<input type="text" id="prompt" name="prompt"><br><br>
<input type="submit" value="Generate">
</form>
</body>
</html>