Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: Kronos-mini 3-Day Price Forecast
emoji: 馃敭
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 5.0.0
app_file: app.py
pinned: false
license: apache-2.0
Kronos-mini 路 3-Day Price Forecast
Autoregressive transformer (AAAI 2026) for financial time-series forecasting. Accepts OHLCV data, returns 3-day OHLC predictions via ZeroGPU.
Deploy steps
- Create a HuggingFace account at https://huggingface.co
huggingface-cli loginhuggingface-cli repo create kronos-forecast --type space --space_sdk gradiogit clone https://huggingface.co/spaces/Minyans/kronos-forecast- Copy these files into the cloned folder
git add . && git commit -m "init" && git push
Local client
Set KRONOS_HF_SPACE=Minyans/kronos-forecast in your environment,
then run python kronos_predict.py to use cloud GPU instead of local CPU.