pamixsun commited on
Commit
3c3ec87
1 Parent(s): f2c28c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import matplotlib.pyplot as plt
10
  import streamlit as st
11
 
12
  from PIL import Image
13
- from lib.glaucoma import GlaucomaModel
14
 
15
  run_device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
16
 
 
10
  import streamlit as st
11
 
12
  from PIL import Image
13
+ from glaucoma import GlaucomaModel
14
 
15
  run_device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
16