Skip to content

Commit

Permalink
GUI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZFTurbo committed May 12, 2023
1 parent ab932e7 commit 55972bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if __name__ == '__main__':
import os

gpu_use = "1"
gpu_use = "0"
print('GPU use: {}'.format(gpu_use))
os.environ["CUDA_VISIBLE_DEVICES"] = "{}".format(gpu_use)

Expand Down

0 comments on commit 55972bd

Please sign in to comment.