Spaces:
Runtime error
Runtime error
File size: 674 Bytes
1e1ebdc cb301ac 65769ea 1e1ebdc 65769ea 1e1ebdc a7c6f7b 1e1ebdc 65769ea 1e1ebdc cb301ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
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:
1. Create a virtual environment:
```
python3 -m venv venv
```
2. Activate the virtual environment:
- On Windows, run:
```
venv\Scripts\activate
```
- On Unix or MacOS, run:
```
source venv/bin/activate
```
3. Install the requirements:
```
pip install -r requirements.txt
```
To run the app in local, run:
```
python3 app.py
```
|