Skip to content

Commit

Permalink
Update launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arlojeremy authored Jul 19, 2024
1 parent e468898 commit 220f30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

print('[System ARGV] ' + str(sys.argv))

# root = os.path.dirname(os.path.abspath(__file__))
root = ("/content/drive/MyDrive/Colab Notebooks/fooocus")
root = os.path.dirname(os.path.abspath(__file__))
# root = ("/content/drive/MyDrive/Colab Notebooks/fooocus")
sys.path.append(root)
os.chdir(root)

Expand Down

0 comments on commit 220f30a

Please sign in to comment.