Spaces:
Running
Running
update dir
Browse files- .litng.gradio.sh +1 -1
.litng.gradio.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
pip install -U "gradio>=4,<=5"
|
3 |
-
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app --watch-dirs
|
|
|
1 |
#!/bin/bash
|
2 |
pip install -U "gradio>=4,<=5"
|
3 |
+
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app --watch-dirs app
|