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 22, 2024
1 parent 61c0c8e commit 45503fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
print('[System ARGV] ' + str(sys.argv))

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

Expand Down

0 comments on commit 45503fb

Please sign in to comment.