A newer version of the Gradio SDK is available:
5.43.1
metadata
title: MaIR
emoji: π
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
MaIR - CVPR 2025
Official Hugging Face Space for MaIR (CVPR 2025 paper)
Overview
MaIR is a deep learning model for [task] with PyTorch implementation.
Demo
Interact with the model directly on Hugging Face Spaces: Demo Link
Setup (Local)
git clone https://github.com/XLearning-SCU/2025-CVPR-MaIR.git
cd 2025-CVPR-MaIR
python -m venv mair_env
source mair_env/bin/activate
pip install -r requirements.txt