aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extensions.py
AgeCommit message (Collapse)AuthorLines
2022-11-12make existing script loading and new preload code use same code for loading ↵AUTOMATIC-21/+0
modules limit extension preload scripts to just one file named preload.py
2022-11-08Add option to preload extensionsd8ahazard-1/+22
By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension.
2022-11-05do not die when an extension's repo has no remoteAUTOMATIC-2/+5
2022-10-31fix scripts I broke with the extension tab changesAUTOMATIC-1/+1
2022-10-31add initial version of the extensions tabAUTOMATIC-0/+83
fix broken Restart Gradio button