arshy commited on
Commit
5536d89
·
1 Parent(s): 6425b43
Files changed (1) hide show
  1. start.sh +3 -1
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
- poetry run python app.py
 
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