Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
economies-open-ai/open-model-evolution
msfdfsd
/
open-model-evolution
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8a29e9
open-model-evolution
/
start.sh
emsesc
add rest of characteristics
fe161c7
12 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
178 Bytes
# /bin/sh
# Create a virtual environment
python -m venv venv
source
venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# Run the Dash app
python app.py