File size: 719 Bytes
0c13a31 4d89100 0c13a31 4d89100 0c13a31 4d89100 |
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 |
---
title: Extraction of synthesis protocols from paragraphs in machine readable format
emoji: 💡
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 3.27.0
app_file: app.py
pinned: false
license: mit
python_version: 3.8.13
pip_version: 23.0.1
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Local testing
Set up an environment (Note: use Python 3.8 or lower):
```bash
# Option 1: conda
conda create -n gradio python=3.8 -y
conda activate gradio
# Option 2: venv
python3.8 -m venv venv
source venv/bin/activate
```
Install the dependencies:
```bash
pip install -r pre-requirements.txt
pip install -r requirements.txt
```
Run:
```bash
gradio app.py
```
|