CoolFace
Apppublic

michaelgee2020/GIFT-Eval

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

How to Set Up the Environment

Create a new conda environment.

conda create -n leaderboard python=3.10 -y

Activate the conda environment.

conda activate leaderboard

Install the required packages.

pip install -r requirements.txt

How to Run the App

Run the app using this command.

python app.py

You should see a message with a URL like this.

Running on local URL: http://127.0.0.1:7860/

Click on that link to open the leaderboard in your browser.