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

  • Log In
  • Sign Up

Spaces:
Dhahlan2000
/
AppyJob
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
AppyJob
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Dhahlan2000's picture
Dhahlan2000
Update app.py to replace 'use_auth_token' with 'token' in model and tokenizer initialization for compatibility with Hugging Face's latest API changes. This adjustment ensures proper authentication handling when loading the model and tokenizer.
d8aeb3b 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • .gitignore
    10 Bytes
    Refactor requirements.txt to remove specific version constraints for dependencies, allowing for more flexibility in package management. 8 months ago
  • README.md
    312 Bytes
    initial commit 8 months ago
  • app.py
    4.03 kB
    Update app.py to replace 'use_auth_token' with 'token' in model and tokenizer initialization for compatibility with Hugging Face's latest API changes. This adjustment ensures proper authentication handling when loading the model and tokenizer. 8 months ago
  • requirements.txt
    115 Bytes
    Refactor app.py to transition from Streamlit to Gradio for a more interactive user interface. Implement CV text extraction from both PDF and DOCX formats, enhancing file upload capabilities. Update email generation process to utilize Hugging Face's model directly, improving response generation. Modify requirements.txt to include 'gradio', 'huggingface_hub', and 'python-docx' for new dependencies. 8 months ago