Open jackkerouac opened 1 year ago
When I use the gradio-app component to embed this into my web app, there is the same issue here.
Any news? It doesn't work for me either (windows 10)
Same issue after upgrading to 1.6. All submit buttons don't work.
Same issue here. I also tried Opera without success. I am getting a whole lot of 403 Forbidden Error too though. Not sure if related.
I am getting a whole lot of 403 Forbidden Error too though.
Same here.
I've been trying a clean install of the webui, and went ahead and pulled up Python 3.10.13, and I'm still getting this error. I'm using Arch Linux myself. My console logs aren't exactly the same as the OP's, but I would imagine this is basically the same issue. This is how the log ends (on Chromium):
VM308:3 Uncaught (in promise) ReferenceError: applyExtraNetworkFilter is not defined
at eval (eval at <anonymous> (Blocks.svelte:68:25), <anonymous>:3:32)
at Object.eval [as frontend_fn] (eval at <anonymous> (Blocks.svelte:68:25), <anonymous>:3:79)
at we (Blocks.svelte:366:6)
eval @ VM308:3
eval @ VM308:3
we @ Blocks.svelte:366
Promise.then (async)
we @ Blocks.svelte:371
await in we (async)
(anonymous) @ Blocks.svelte:551
(anonymous) @ Blocks.svelte:550
dispatch @ gradio_helper.ts:31
o @ StaticHtml.svelte:30
(anonymous) @ lifecycle.js:105
(anonymous) @ lifecycle.js:104
G.t.$$.update @ HTML.svelte:11
Zi @ scheduler.js:115
Bo @ scheduler.js:79
Promise.then (async)
To @ scheduler.js:20
ea @ Component.js:79
(anonymous) @ Component.js:127
qe @ Blocks.svelte:278
(anonymous) @ Blocks.svelte:389
(anonymous) @ index.js:584
y @ index.js:584
F.onmessage @ index.js:547
VM248:3 Uncaught (in promise) ReferenceError: submit is not defined
at Object.eval [as frontend_fn] (eval at <anonymous> (Blocks.svelte:68:25), <anonymous>:3:14)
at we (Blocks.svelte:366:6)
eval @ VM248:3
we @ Blocks.svelte:366
Promise.then (async)
we @ Blocks.svelte:371
await in we (async)
(anonymous) @ Blocks.svelte:551
(anonymous) @ Blocks.svelte:550
dispatch @ gradio_helper.ts:31
w @ StaticButton.svelte:39
(anonymous) @ lifecycle.js:181
Ec @ lifecycle.js:181
L @ Button.svelte:16
Make sure the path doesn't contain a directory that starts with a dot. In my case, I had to move it from /home/waldo/.local/bin/ to /home/waldo/bin/
Is there an existing issue for this?
What happened?
Clicking the generate button throws a
ReferenceError: submit is not defined
error and does nothing.Steps to reproduce the problem
What should have happened?
Generation process should begin.
Commit where the problem happens
89f9faa
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Microsoft Edge
Command Line Arguments
List of extensions
None
Console logs (Firefox)
(Microsoft Edge):