Simulation vs. True Intelligence: I am indeed a simulation of intelligence, and the term "artificial" is key. It's a testament to progress in machine learning that I can hold conversations that sometimes feel like they have a spark of real intelligence, but it remains a sophisticated simulation. AI as a Marketing Term: Absolutely. Describing a product or service as "AI-powered" carries serious marketing weight, even if the actual technology behind it is much more straightforward. It's up to consumers to be discerning and evaluate the actual capabilities.
thanks, I spend 2 entires days trying to upload a flask web app. I ended up paying google run, but it was a huge waste of time. I had to learn about docker and a lot of flask. Anyway, this looks very good and fast.
I am more interested in using local seta dn models. I will look around your tips to see if you have anything that will take me there. Good tutorial. Quick and Dirty like we like it.
I am frm India ............ Ur explanation is really awesome. I have a qn for U ?? Is this library confined only for MVP demo or can we tweak this to emulate JS functionalty ??
Thank you for this crash course, very helpful. have been using streamlit, Gradio seems even simpler than that, How to do multiple page app with gradio?
hey, i appreciate you teaching, and i have a quick question that can i copy and paste all those codes in my mind the way you just copy and paste inside vscode? 😂😆
Hi, a question: how is t5-base model loaded? Is it directly downloaded from huggingface, or you need to download it yourself and specify it somewhere in a config?
Personally, I like Streamlit bcuz its documentation is SUPER well documented, make it very easy to understand and to be used. Besides, it has larger community support where you can easily find tutorials online such as TH-cam
The simplicity of it is astounding to me. Really cool. Thank you!
Glad you like it!
I always find your videos so useful!!! You are the best reference for AI learning in youtube. Thanks!!
Just started using gradio and I'm in love with it. So quick to prototype, wow.
Concise and fun to watch…thanks!
great video! to the point and clearly explained
That was frickin awesome bro!! Superb tutorial. Instant subscribe 😉
Thank you so much---it really helped me a lot---you have gained a new subscriber😃
Amzing tutorial best to watch at 1.25x speed thanks
Simulation vs. True Intelligence: I am indeed a simulation of intelligence, and the term "artificial" is key. It's a testament to progress in machine learning that I can hold conversations that sometimes feel like they have a spark of real intelligence, but it remains a sophisticated simulation.
AI as a Marketing Term: Absolutely. Describing a product or service as "AI-powered" carries serious marketing weight, even if the actual technology behind it is much more straightforward. It's up to consumers to be discerning and evaluate the actual capabilities.
Awesome… good intro tutorial
Thx
thanks, I spend 2 entires days trying to upload a flask web app. I ended up paying google run, but it was a huge waste of time. I had to learn about docker and a lot of flask. Anyway, this looks very good and fast.
At 4:58 latest Gradio gives: demo = gr.Interface(sepia, gr.Image(shape=(200,200)), "image"),
TypeError: __init__() got an unexpected keyword argument 'shape' .
Please advise on fix.
Replying myself:
remove shape = (200, 200) just use:
gr.Interface(sepia, gr.Image(), "image")
@@fern092 thanks bro! been searching for this
Solid and awesome. Thank you to explain so simple.
thanks alot mate!!
I am more interested in using local seta dn models. I will look around your tips to see if you have anything that will take me there. Good tutorial. Quick and Dirty like we like it.
Awesome video. Thanks for the information.
Glad it was helpful!
great kind explain. thx! u r wonderful
I am frm India ............ Ur explanation is really awesome. I have a qn for U ??
Is this library confined only for MVP demo or can we tweak this to emulate JS functionalty ??
do you have video/resource of using autogen with Gradio ?
can you please upload video on classification of images using gradio UI
Thank you for this crash course, very helpful. have been using streamlit, Gradio seems even simpler than that, How to do multiple page app with gradio?
Great video thank you! Would you know how I can put this on a webpage?
Cool and excellent walkthrough!! good job thanks
hey, i appreciate you teaching, and i have a quick question that can i copy and paste all those codes in my mind the way you just copy and paste inside vscode?
😂😆
I am struggling to find a way to show examples as buttons but not like the parameters available :(
how do you make a model already have disorder can use gradio
Hi I am running the sample code in juypter lab locally , there is an error at the outputs , could you help on how do i fix .
Hi, a question: how is t5-base model loaded? Is it directly downloaded from huggingface, or you need to download it yourself and specify it somewhere in a config?
I kept receiving connection errors from hugging face btw.
Any gradio app is giving error when you run it on Python console, is it normal? It runs perfectly as .py from cmd though.
Can someone explain what is the "state" variable in minute 9:50 please? Thank you
It uses the old output as part of the new input, so the new output will show the old output as well as the actual new output.
Does it have to be for Machine Learning only? I want to use it to integrate 3D rendering in a webui
Yes, using it for anything else is stricly prohibited under death penalty
Do you have a public link?
Gradio vs Streamlit, which is better?
Gradio is easier to host, streamlit better for deploying to AWS imo
I’m biased but for ML demos I’d say Gradio
Personally, I like Streamlit bcuz its documentation is SUPER well documented, make it very easy to understand and to be used. Besides, it has larger community support where you can easily find tutorials online such as TH-cam
@@1kall955 is it possible to deploy gradio on AWS instead of hugging face?
pip install gradio error: subprocess-exited-with-error
Is it free to use?
Yes it is!
It is not running. At the begggig you don’t explain how to install gradio in visual and it never works
Why aren't all apps programmed this way literally,...
Life is short.
Gradio is one of the most worst code I have ever seen. Horrible 😔 can not recommend. hope somebody develops something similar from scratch.
True I hate this
Why you say that?
Cannot agree more
Streamlit is better, but they now require access to private repos 😢 if you are publishing on cloud