yolac commited on
Commit
f44608a
·
verified ·
1 Parent(s): 088f723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import torch
3
  import torch.nn as nn
4
  from torchvision import transforms
5
  from PIL import Image
6
- import io
7
  import logging
8
 
9
  # Set up logging for debugging
@@ -89,3 +88,4 @@ gr.Interface(
89
  ["https://huggingface.co/datasets/yolac/BacterialMorphologyClassification/resolve/main/img%208.jpg"]
90
  ]
91
  ).launch(debug=True)
 
 
3
  import torch.nn as nn
4
  from torchvision import transforms
5
  from PIL import Image
 
6
  import logging
7
 
8
  # Set up logging for debugging
 
88
  ["https://huggingface.co/datasets/yolac/BacterialMorphologyClassification/resolve/main/img%208.jpg"]
89
  ]
90
  ).launch(debug=True)
91
+