Skip to content

Commit

Permalink
fix: ModuleNotFoundError w/ newer gradio cli by add ./app as py pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
cxumol committed Jul 8, 2024
1 parent b6ccc9b commit 65e0d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .litng.gradio.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
pip install -U "gradio>=4,<=5"
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app --watch-dirs app
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app
Empty file added app/__init__.py
Empty file.

0 comments on commit 65e0d8a

Please sign in to comment.