-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cmd_arg --disable-extensions all extra #12294
Conversation
make it two args:
|
d7fde55
to
bbfff77
Compare
LGTM except possibly one thing. An extension seems to be able to install requirements. Is that expected/desired?
|
thanks that's not intended |
Manual tested both all and extra flags. I'm getting a ton of gradio noise which I think existed before (had not run in a week). But when I go into Extensions tab, the list of them does not load. @w-e-w LMK if you cannot repro and I will clean house and try again. console output (unsure if this is relevant at quick glance):
|
well nothing I did here would cause this |
also so we did switch to gradio 3.39.0 couple days ago |
Figured, no big deal. Your stuff looks good! I just didn't have the time to inspect my latest issues to see if related. Sounds like it's not, thanks for the detail. |
Description
[Feature Request]: command-line argument to disable extensions
new arg
--disable-extensions all
--disable-extensions extra
I think it's pretty self-explanatory
this is useful for people that are constantly switching between without extensions
like when developing stuff / testing
Checklist: