michaelgee2020/GIFT-Eval
0
How to Set Up the Environment
Create a new conda environment.
conda create -n leaderboard python=3.10 -yActivate the conda environment.
conda activate leaderboardInstall the required packages.
pip install -r requirements.txtHow to Run the App
Run the app using this command.
python app.pyYou 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.
