Replies: 1 comment 1 reply
-
downgrade to gradio==5.23.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i am using python 3.10.11 and did the following steps on two different computers:
git clone https://github.com/ace-step/ACE-Step
cd ACE-Step
python -m venv venv
venv\scripts\activate
python -m pip install --upgrade pip
(on the computer with a 5090):
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
(on the computer with a 4070 Super):
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
(on both)
pip install -e .
pip install triton-windows
acestep --torch_compile true --cpu_offload true --overlapped_decode true
share=True
inlaunch()
.the server is running fine on both computers.
But when i open the page the browser shows an empty page on both only.
Checking the source of the page in chrome the gradio-site seems to be loaded.
opening developer tools the console shows the following error (in firefox too):
Uncaught (in promise) Error: [svelte-i18n] Cannot format a message without first setting the initial locale.
xs runtime.js:516
Nt Index.svelte:453
no svelte.js:1
Gt Index.svelte:485
connectedCallback main.ts:109
Ws main.ts:207
main.ts:210
runtime.js:516:11
xs runtime.js:516
Nt Index.svelte:453
no svelte.js:1
Gt Index.svelte:485
connectedCallback main.ts:109
InterpretGeneratorResume self-hosted:1425
AsyncFunctionNext self-hosted:800
(Async: async)
Ws main.ts:207
main.ts:210
Additionally the follwoing warning is presented in the web-console:
Source-Map-Fehler: No sources are declared in this source map.
Ressourcen-Adresse: http://127.0.0.1:7865/assets/de-1aCSmaRd.js
Source-Map-Adresse: de-1aCSmaRd.js.map
I don't know, could that be the reason for the empty site?
Is there something i can do?
Thanks
Mathias
PS: I should have opened that issue in issues. Please delete this post
Beta Was this translation helpful? Give feedback.
All reactions