Spaces:
Running on Zero
Running on Zero
File size: 746 Bytes
4d8122b e340a84 4d8122b e340a84 4d8122b e340a84 4d8122b e340a84 | 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 40 41 | ---
title: LongStream Demo
sdk: gradio
sdk_version: 5.44.0
app_file: app.py
python_version: "3.10"
startup_duration_timeout: 1h
---
# LongStream Demo
This repository is the Hugging Face Space package for LongStream.
Project page: `https://3dagentworld.github.io/longstream/`
## Space Settings
Set these variables in the Space settings before the first run:
- `LONGSTREAM_HF_REPO=NicolasCC/LongStream`
- `LONGSTREAM_HF_FILE=50_longstream.pt`
- `LONGSTREAM_HF_LOCAL_DIR=checkpoints`
Optional:
- `LONGSTREAM_HF_REVISION=v0.1.0`
- `HF_TOKEN=<token>` if the model repo is private
## Entrypoints
- `app.py`: stable demo
## Included Files
- `demo_gradio.py`
- `demo_gradio_interactive.py`
- `longstream/`
- `configs/longstream_infer.yaml`
|