danielle2003 commited on
Commit
81bd8f8
·
verified ·
1 Parent(s): ba44d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -26,13 +26,11 @@ import torchvision.transforms as transforms
26
  import io
27
  import warnings
28
  warnings.filterwarnings("ignore")
29
- from barcode.writer import ImageWriter
30
 
31
  showWarningOnDirectExecution = False
32
  # Path to your logo image
33
- logo_path = "images/pytorch.png"
34
  main_bg_ext = 'png'
35
- image = ["images/back1 (1).jpg","images/back1 (2).jpg","images/back1 (3).jpg","images/back1 (4).jpg","images/back1 (5).jpg"]
36
  # Read and encode the logo image
37
  with open(logo_path, "rb") as image_file:
38
  encoded_logo = base64.b64encode(image_file.read()).decode()
 
26
  import io
27
  import warnings
28
  warnings.filterwarnings("ignore")
 
29
 
30
  showWarningOnDirectExecution = False
31
  # Path to your logo image
32
+ logo_path = "pytorch.png"
33
  main_bg_ext = 'png'
 
34
  # Read and encode the logo image
35
  with open(logo_path, "rb") as image_file:
36
  encoded_logo = base64.b64encode(image_file.read()).decode()