Spaces:
Runtime error
Runtime error
<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> | |