Spaces:
Running
on
Zero
Running
on
Zero
title: DreaMS | |
emoji: 🔬 | |
colorFrom: yellow | |
colorTo: pink | |
sdk: gradio | |
app_file: app.py | |
pinned: true | |
python_version: 3.11 | |
## Usage | |
This repository provides the source code for the DreaMS Gradio app. The app is currently hosted here: [https://huggingface.co/spaces/anton-bushuiev/DreaMS](https://huggingface.co/spaces/anton-bushuiev/DreaMS). | |
## Development | |
To run or debug the app locally, you can use the following commands: | |
```bash | |
git clone https://github.com/pluskal-lab/DreaMS_gradio.git | |
cd DreaMS_gradio | |
conda create -n dreams_gradio python=3.11 | |
conda activate dreams_gradio | |
pip install -r requirements.txt | |
pip install gradio spaces | |
python app.py | |
``` | |