| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | python_version |
|---|---|---|---|---|---|---|---|---|
DreaMS |
🔬 |
yellow |
pink |
gradio |
6.3.0 |
app.py |
true |
3.11 |
This repository provides the source code for the DreaMS Gradio app. The app is currently hosted on Hugging Face Spaces: https://huggingface.co/spaces/anton-bushuiev/DreaMS.
To run or debug the app locally, you can use the following commands:
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