Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
import transformers
|
3 |
from transformers import MobileViTFeatureExtractor, MobileViTForSemanticSegmentation
|
|
|
1 |
+
transformers==4.45.2
|
2 |
import gradio as gr
|
3 |
import transformers
|
4 |
from transformers import MobileViTFeatureExtractor, MobileViTForSemanticSegmentation
|