Spaces:
Running
Running
fix: ModuleNotFoundError w/ newer gradio cli by add ./app as py pkg
Browse files- .litng.gradio.sh +1 -1
- app/__init__.py +0 -0
.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
|
|
|
1 |
#!/bin/bash
|
2 |
pip install -U "gradio>=4,<=5"
|
3 |
+
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app
|
app/__init__.py
ADDED
File without changes
|