Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import segmentation_models_pytorch as smp
|
3 |
import torch
|
|
|
4 |
|
5 |
#load our pytorch model:
|
6 |
model = smp.Unet(
|
|
|
1 |
import gradio as gr
|
2 |
import segmentation_models_pytorch as smp
|
3 |
import torch
|
4 |
+
import PIL as Image
|
5 |
|
6 |
#load our pytorch model:
|
7 |
model = smp.Unet(
|