File size: 1,109 Bytes
ad4fcaa
 
 
 
 
 
 
 
 
 
 
 
 
4a1a696
 
 
ad4fcaa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Fast API 🤗 Space served with Uvicorn</title>
    <link rel="stylesheet" href="style.css" />
    <script type="module" src="script.js"></script>
    <script type="module" src="https://display.truepic.com/truepic_display.es.js"></script>
  </head>
  <body>
    <main>
      <section id="text-gen">
        <h1>Text to Image with Signed Attribution</h1>
        <img src="/ai.png" />
        <img src="/ai.jpg" />
        <truepic-display><img src="/output.jpg" /></truepic-display>
        <form class="text-gen-form" style="padding:40px 0;">
          <label for="text-gen-input">Enter number between 0 and 999: </label>
          <input
            id="text-gen-input"
            type="text"
            value=""
            style="margin:40px 0;"
          />
          <button id="text-gen-submit">Submit</button>
        </form>

          <form method="get" id="redirect-form" action="/"></form>
      </section>
    </main>
  </body>
</html>