Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:

Duplicated from  fffiloni/text-guided-image-colorization

LogicGoInfotechSpaces
/
text-guided-image-colorization
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
text-guided-image-colorization / app
37.3 kB
  • 1 contributor
History: 25 commits
LogicGoInfotechSpaces's picture
LogicGoInfotechSpaces
Add fallback logic to handle PyTorch models and find actual model files - Add manual download fallback when from_pretrained_fastai fails - List repository files to find .pkl or .pt files - Provide clear error message for PyTorch models
6960c4e about 1 month ago
  • __init__.py
    24 Bytes
    Initial commit: Colorize API with Firebase App Check integration about 1 month ago
  • colorize_model.py
    10.4 kB
    Detect PyTorch models and provide clear error message - Repository contains generator.pt (PyTorch) not FastAI model about 1 month ago
  • config.py
    2.24 kB
    Switch to FastAI GAN colorization model (Hammad712/GAN-Colorization-Model) about 1 month ago
  • main.py
    14.4 kB
    Add fallback logic to handle PyTorch models and find actual model files - Add manual download fallback when from_pretrained_fastai fails - List repository files to find .pkl or .pt files - Provide clear error message for PyTorch models about 1 month ago
  • main_fastai.py
    10.3 kB
    Integrate FastAI colorization with Firebase auth and Gradio UI - Replace main.py with FastAI implementation - Add Gradio interface for Space UI - Add Firebase authentication to /colorize endpoint - Add curl examples documentation - Update test.py with User-Agent headers about 1 month ago