Spaces:
Runtime error
Runtime error
Commit
·
19e5a99
1
Parent(s):
96e543b
teste
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ def main():
|
|
38 |
).to(device)
|
39 |
|
40 |
# step 3: Fetch the images
|
|
|
41 |
image_path = "https://upload.wikimedia.org/wikipedia/commons/3/3b/Pleural_effusion-Metastatic_breast_carcinoma_Case_166_%285477628658%29.jpg"
|
42 |
images = [download_image(image_path)]
|
43 |
|
|
|
38 |
).to(device)
|
39 |
|
40 |
# step 3: Fetch the images
|
41 |
+
print(f"Download image!!")
|
42 |
image_path = "https://upload.wikimedia.org/wikipedia/commons/3/3b/Pleural_effusion-Metastatic_breast_carcinoma_Case_166_%285477628658%29.jpg"
|
43 |
images = [download_image(image_path)]
|
44 |
|