Spaces:
Runtime error
Runtime error
Commit
·
123ce5d
1
Parent(s):
30a1ecb
Modify app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
from transformers import SegformerForSemanticSegmentation, SegformerImageProcessor
|
6 |
import gdown
|
7 |
|
8 |
-
url = "https://drive.google.com/
|
9 |
output = "Segformer_ISIC2018_epoch_50_model.pth"
|
10 |
gdown.download(url, output, quiet=False)
|
11 |
|
|
|
5 |
from transformers import SegformerForSemanticSegmentation, SegformerImageProcessor
|
6 |
import gdown
|
7 |
|
8 |
+
url = "https://drive.google.com/uc?id=1zZ3XbfixwiY3Tra78EvD5siMJIF6IvBW"
|
9 |
output = "Segformer_ISIC2018_epoch_50_model.pth"
|
10 |
gdown.download(url, output, quiet=False)
|
11 |
|