Skip to content

Commit

Permalink
a couple of improvements to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tul53850 committed Apr 1, 2024
1 parent a103deb commit 0929633
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HelloWorld.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from imagebind import data
import pip install torch
import torch
from imagebind.models import imagebind_model
from imagebind.models.imagebind_model import ModalityType

Expand Down
Binary file modified __pycache__/Camera.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/utile.cpython-38.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def launch_app():
root = tk.Tk()
root.title("WavEase!")
root.geometry("800x600") # initial size
root.minsize(500, 300)

# layout
root.grid_columnconfigure(0, weight=1)
Expand Down

0 comments on commit 0929633

Please sign in to comment.