tbmeta-space / README.md
hssling's picture
Update space app
d919866

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
metadata
title: tbmeta-space
emoji: 🧬
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.40.0
app_file: app.py
pinned: false

Hugging Face Space Setup

  1. Create a new Space (Streamlit) in your Hugging Face account.
  2. Push these files to the Space root:
  • app.py
  • requirements.txt
  1. Also include this repository content (or mount it as a submodule) so the tbmeta CLI and config are available.
  2. Set optional secrets in Space settings:
  • OPENAI_API_KEY
  • OPENCLAW_API_KEY
  1. Launch the Space and use the "Run Full Pipeline" button.

Note:

  • Free CPU Spaces may be slow for full runs.
  • For heavy runs, execute pipeline in CI/Kaggle and use Space primarily as a dashboard.