Spaces:
Runtime error
Runtime error
shyamgupta196
commited on
Commit
·
41a49cf
1
Parent(s):
f1b8e7f
removed 2 lines
Browse files
app.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|
2 |
-
from PIL import Image
|
3 |
-
import requests
|
4 |
|
5 |
import gradio as gr
|
6 |
|
|
|
1 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|
|
|
|
|
2 |
|
3 |
import gradio as gr
|
4 |
|