File size: 363 Bytes
fb1a4ab
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>