Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ class model:
|
|
70 |
sequence_input=sequence_input,
|
71 |
nucleus_image=nucleus_image,
|
72 |
protein_image=protein_image,
|
73 |
-
|
74 |
device=device,
|
75 |
)
|
76 |
|
|
|
70 |
sequence_input=sequence_input,
|
71 |
nucleus_image=nucleus_image,
|
72 |
protein_image=protein_image,
|
73 |
+
model=self.model,
|
74 |
device=device,
|
75 |
)
|
76 |
|