Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -10,7 +10,6 @@ import torchvision.transforms as T
|
|
| 10 |
import matplotlib.pyplot as plt
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
|
| 13 |
-
# ========== Model Definition ==========
|
| 14 |
class MobileViTSegmentation(nn.Module):
|
| 15 |
def __init__(self, encoder_name='mobilevit_s', pretrained=True):
|
| 16 |
super().__init__()
|
|
|
|
| 10 |
import matplotlib.pyplot as plt
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
|
|
|
|
| 13 |
class MobileViTSegmentation(nn.Module):
|
| 14 |
def __init__(self, encoder_name='mobilevit_s', pretrained=True):
|
| 15 |
super().__init__()
|