Paul Munyao

Results 10 comments of Paul Munyao

If the problem appears in an angular application the problem is that you are running the wrong command.Open the package.json file and check the commands.

An alternative can be ``` gradio_blocks = gr.Blocks(port=8000) ``` you're specifying the gradio app to ran on port 8000 Another option is to use the following command ``` def my_function(x):...

Another option is to kill the PID using the following command ``` lsof -i :7868 ``` Then using the folliwing to kill the PID ``` sudo ```

@TWIISTED-STUDIOS Kindly terminating the PID by killing the PID as explained earlier then let me know how it goes I would be more than glad to help

@TWIISTED-STUDIOS Did you kill the PID If you didn't kill the PID try following the recommendation I gave you earlier in the comment section above

> @microsoft-github-policy-service agree [company="{paulmunyao}"]

Hello @dhruvmarathe18 I hope you are well on your side. Have you tried creating an account on [https://developer.sslcommerz.com/registration/](url) because as per the company the managers are the ones who issue...

After examining the project I did realise that the best License to use is MIT as the project meets most of the standards.