Closed yukihirop closed 4 months ago
I’m not sure I understand, this seems to be working as expected.
Why is the front end display showing demo's?
what do you mean by this? What would you expect to see?
@pngwn
thank you. I can't understand why the screen displayed as a result of running "pnpm dev" is kitchen_sink. 🙇♂️ Since it's called frontend, I expect other screens to be displayed.
When you run pnpm dev it will show whatever demo is being run at the same time. In this case, since kitchen_sink is running that is the backend that the frontend connects to. If you run a different demo then that will be shown instead.
@pngwn
thank you🙇♂️
Describe the bug
I followed the instructions here.
https://github.com/gradio-app/gradio/tree/71624039d2f1fd5b5e91f0aa1d34391bb2c5c5a0/js
Why is the front-end screen the same as the server one?
Have you searched existing issues? 🔎
I have searched and found no existing issues
Reproduction
Logs
demo/kitchen_sink
I understand that demo/kitchen_sink works as a BACKEND.
frontend
open http://localhost:9876/
Why is the front end display showing demo's?
System Info
Severity
I can work around it