Spaces:
Running
Running
switch brnach
Browse files- install.sh +1 -0
install.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# To install gradio from branch at runtime (only requires a Space restart, not a factory reboot)
|
2 |
git clone https://github.com/Wauplin/gradio.git
|
3 |
cd gradio
|
|
|
4 |
bash scripts/install_gradio.sh
|
|
|
1 |
# To install gradio from branch at runtime (only requires a Space restart, not a factory reboot)
|
2 |
git clone https://github.com/Wauplin/gradio.git
|
3 |
cd gradio
|
4 |
+
git checkout oauth-support
|
5 |
bash scripts/install_gradio.sh
|