gosign commited on
Commit
80dcb2f
·
verified ·
1 Parent(s): 640b59e

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +1 -1
templates/home.html CHANGED
@@ -45,7 +45,7 @@
45
  <body>
46
  <h1>Welcome to ComfyUI API Interface!</h1>
47
  <p>Use the API to generate images based on your prompts.</p>
48
- <a href="/generate_image" target="_blank">Generate Image / Video</a>
49
  </body>
50
  </html>
51
  </title>
 
45
  <body>
46
  <h1>Welcome to ComfyUI API Interface!</h1>
47
  <p>Use the API to generate images based on your prompts.</p>
48
+ <a href="/" target="_blank">Generate Image / Video</a>
49
  </body>
50
  </html>
51
  </title>