Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Oct 31, 2023
1 parent d96f1b6 commit f3adb62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2>
With workspaces extension, you can craft personalized views and arrange them in any way that suits your preferences,
allowing you to tailor-make workflows that cater to your specific needs.
</p>
<img alt="Anapnoe UI-UX default theme" src="./file=extensions/anapnoe-sd-uiux/html/images/workspaces.png" lazy="true"/>
<img alt="Anapnoe UI-UX default theme" src="./file=extensions-builtin/anapnoe-sd-uiux/html/images/workspaces.png" lazy="true"/>
<p>
<a href="https://buymeacoffee.com/dayanbayah" target="_blank">Become a supporter</a> and get early access to Workspaces for UI-UX.
</p>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2>
Create templates and customize Gradio apps without extensive programming knowledge. Drag, drop, design, and deploy - all within a user-friendly interface.
Build anything from simple AI applications to complex enterprise solutions.
</p>
<img alt="Anapnoe Gradio Visual editor" src="./file=extensions/anapnoe-sd-uiux/html/images/anapnoe-gradio-app-visual-builder.png" lazy="true"/>
<img alt="Anapnoe Gradio Visual editor" src="./file=extensions-builtin/anapnoe-sd-uiux/html/images/anapnoe-gradio-app-visual-builder.png" lazy="true"/>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ async function getAllContributorsRecursive(repoName, page = 1, allContributors =

localStorage.setItem('UiUxReady', "false");
localStorage.setItem('UiUxComplete', "false");
const default_ext_path = './file=extensions/anapnoe-sd-uiux/html/templates/';
const default_libs_path = './file=extensions/anapnoe-sd-uiux/html/libs/';
const default_ext_path = './file=extensions-builtin/anapnoe-sd-uiux/html/templates/';
const default_libs_path = './file=extensions-builtin/anapnoe-sd-uiux/html/libs/';
let total = 0;
let active_main_tab;// = document.querySelector("#tab_txt2img");//null
let loggerUiUx;
Expand Down Expand Up @@ -1174,7 +1174,7 @@ function setupLogger() {
link.rel = 'icon';
document.head.appendChild(link);
}
link.href = './file=extensions/anapnoe-sd-uiux/html/favicon.svg';
link.href = './file=extensions-builtin/anapnoe-sd-uiux/html/favicon.svg';



Expand Down

0 comments on commit f3adb62

Please sign in to comment.