akman12914
commited on
Commit
·
f5784c7
1
Parent(s):
434d48f
application revise2
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
from PIL import Image
|
4 |
-
import tensorflow as tf
|
5 |
-
import numpy as np
|
6 |
import requests
|
7 |
from transformers import SegformerImageProcessor, SegformerForSemanticSegmentation, SegformerFeatureExtractor
|
8 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
from PIL import Image
|
|
|
|
|
4 |
import requests
|
5 |
from transformers import SegformerImageProcessor, SegformerForSemanticSegmentation, SegformerFeatureExtractor
|
6 |
|