Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.12.0
metadata
title: Transparency Self Assessment (FMTI)
emoji: ✅
colorFrom: yellow
colorTo: yellow
sdk: gradio
sdk_version: 4.29.0
app_file: app.py
pinned: false
license: cc-by-4.0
Dev Guide
To set up a virtual environment and install the necessary requirements, follow these steps:
Create a virtual environment:
python3 -m venv venv
Activate the virtual environment:
- On Windows, run:
venv\Scripts\activate
- On Unix or MacOS, run:
source venv/bin/activate
- On Windows, run:
Install the requirements:
pip install -r requirements.txt
To run the app in local, run:
python3 app.py