Model Deployment Video 299 Gradio Insallation #699
Answered
by
mrdbourke
SaturoGojo1
asked this question in
Q&A
-
Hello Everyone, I'm facing some problem regarding importing Gradio. Did anyone else face this problem, if so any advice will be helpful. |
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Oct 23, 2023
Replies: 1 comment 2 replies
-
Hi @SaturoGojo1 , I just tried to install/import Gradio in a new Colab notebook and it worked fine for me. Potentially try to reinstall/restart your runtime and see what happens? !pip install gradio
import gradio as gr Source: https://colab.research.google.com/drive/1f2-ptPGecjPQ0zMNnS6rTVyHmR8i6izv?usp=sharing ![]() |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SaturoGojo1 ,
I just tried to install/import Gradio in a new Colab notebook and it worked fine for me.
Potentially try to reinstall/restart your runtime and see what happens?
Source: https://colab.research.google.com/drive/1f2-ptPGecjPQ0zMNnS6rTVyHmR8i6izv?usp=sharing