From 5aad059710a59b4cc29c375d2b9755c79dd1ffec Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 28 Oct 2024 15:09:15 +0000 Subject: [PATCH] Update README.md (#221) * Update README.md * restrict hf-hub version --- README.md | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 787e558..47f9733 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AMMICO - AI Media and Misinformation Content Analysis Tool +# AMMICO - AI-based Media and Misinformation Content Analysis Tool ![License: MIT](https://img.shields.io/github/license/ssciwr/AMMICO) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ssciwr/AMMICO/ci.yml?branch=main) diff --git a/pyproject.toml b/pyproject.toml index 3364481..8f15839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dependencies = [ "Requests", "retina_face", "ammico-lavis>=1.0.2.3", + "huggingface-hub<=0.25.2", "setuptools", "spacy<=3.7.5", "tensorflow>=2.13.0",