cxumol commited on
Commit
65e0d8a
1 Parent(s): b6ccc9b

fix: ModuleNotFoundError w/ newer gradio cli by add ./app as py pkg

Browse files
Files changed (2) hide show
  1. .litng.gradio.sh +1 -1
  2. 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 --watch-dirs 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