Spaces:
Runtime error
Runtime error
| title: DeepLabV3 ResNet101 Segmentation | |
| emoji: 🐨 | |
| colorFrom: yellow | |
| colorTo: red | |
| sdk: gradio | |
| sdk_version: 4.36.1 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # My Gradio Semantic Segmentation App | |
| This is a semantic segmentation application using DeepLabV3 with ResNet101, implemented with Gradio and deployed on Hugging Face Spaces. | |
| ## Usage | |
| Upload an image to perform semantic segmentation using DeepLabV3 ResNet101. | |
| ## Requirements | |
| - torch | |
| - torchvision | |
| - Pillow | |
| - gradio | |
| The dependencies are listed in the `requirements.txt` file. | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |