Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|