chansung commited on
Commit
e8f9fb4
β€’
1 Parent(s): 0c5b5d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def sepia(input_img):
92
  title = "SegFormer(ADE20k) in TensorFlow"
93
  description = """
94
 
95
- This is demo TensorFlow SegFormer from πŸ€— `transformers` official package. The pre-trained model is optimized to segment scene specific images. We are **currently using ONNX model converted from the TensorFlow based SegFormer to improve the latency**. The average latency of an inference is **21** and **8** seconds for TensorFlow and ONNX converted models respectively (in Colab). Check out the [repository](https://github.com/deep-diver/segformer-tf-transformers) to find out how to make inference, finetune the model with custom dataset, and further information.
96
 
97
  """
98
 
92
  title = "SegFormer(ADE20k) in TensorFlow"
93
  description = """
94
 
95
+ This is demo TensorFlow SegFormer from πŸ€— `transformers` official package. The pre-trained model was trained to segment scene specific images. We are **currently using ONNX model converted from the TensorFlow based SegFormer to improve the latency**. The average latency of an inference is **21** and **8** seconds for TensorFlow and ONNX converted models respectively (in [Colab](https://github.com/deep-diver/segformer-tf-transformers/blob/main/notebooks/TFSegFormer_ONNX.ipynb)). Check out the [repository](https://github.com/deep-diver/segformer-tf-transformers) to find out how to make inference, finetune the model with custom dataset, and further information.
96
 
97
  """
98