Spaces:
Runtime error
Runtime error
updates
Browse files
start.sh
CHANGED
@@ -31,5 +31,7 @@ poetry config virtualenvs.in-project true
|
|
31 |
# Install dependencies as specified in poetry.lock file
|
32 |
poetry install
|
33 |
|
|
|
|
|
34 |
# run gradio using the command below
|
35 |
-
|
|
|
31 |
# Install dependencies as specified in poetry.lock file
|
32 |
poetry install
|
33 |
|
34 |
+
source /app/.venv/bin/activate
|
35 |
+
|
36 |
# run gradio using the command below
|
37 |
+
python app.py
|