Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

[Bug]: No module named 'gradio' #36

Open
1 task done
GothicOctopus opened this issue May 9, 2023 · 1 comment
Open
1 task done

[Bug]: No module named 'gradio' #36

GothicOctopus opened this issue May 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@GothicOctopus
Copy link

What happened?

Running normally.

Got to 3 - Launch WebUI.

Error message.

Traceback (most recent call last):
File "scripts/webui.py", line 3, in
from frontend.frontend import draw_gradio_ui
File "/content/stable-diffusion/frontend/frontend.py", line 1, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'

Someone told me to tell it to
!pip install gradio

No idea where to put that, or in what file tho.

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

Firefox

Where are you running the webui?

Colab

Custom settings

No response

Relevant log output

Traceback (most recent call last):
  File "scripts/webui.py", line 3, in <module>
    from frontend.frontend import draw_gradio_ui
  File "/content/stable-diffusion/frontend/frontend.py", line 1, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'

Code of Conduct

  • I agree to follow this project's Code of Conduct
@GothicOctopus GothicOctopus added the bug Something isn't working label May 9, 2023
@Marcelgaviria7
Copy link

The same happens to me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants