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.
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.
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 ??
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? 😂😆
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?
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 RUclips
The simplicity of it is astounding to me. Really cool. Thank you!
Glad you like it!
Just started using gradio and I'm in love with it. So quick to prototype, wow.
I always find your videos so useful!!! You are the best reference for AI learning in youtube. Thanks!!
Concise and fun to watch…thanks!
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.
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.
That was frickin awesome bro!! Superb tutorial. Instant subscribe 😉
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!
I am struggling to find a way to show examples as buttons but not like the parameters available :(
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
Amzing tutorial best to watch at 1.25x speed thanks
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 ??
Solid and awesome. Thank you to explain so simple.
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?
😂😆
Thank you so much---it really helped me a lot---you have gained a new subscriber😃
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?
Awesome… good intro tutorial
Thx
Great video thank you! Would you know how I can put this on a webpage?
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.
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 video/resource of using autogen with Gradio ?
how do you make a model already have disorder can use gradio
can you please upload video on classification of images using gradio UI
great kind explain. thx! u r wonderful
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 .
Any gradio app is giving error when you run it on Python console, is it normal? It runs perfectly as .py from cmd though.
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 RUclips
@@1kall955 is it possible to deploy gradio on AWS instead of hugging face?
Can someone explain what is the "state" variable in minute 9:50 please? Thank you
It is not running. At the begggig you don’t explain how to install gradio in visual and it never works
Do you have a public link?
Is it free to use?
Yes it is!
pip install gradio error: subprocess-exited-with-error
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
Cool and excellent walkthrough!! good job thanks