Spaces:
Runtime error
Runtime error
File size: 399 Bytes
a663682 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | spec_version: 1
name: cashflowmanager
type: space
# Use generic python runtime instead of fastapi
runtime: python
# Entry point (runs your Gradio app)
entrypoint: python3 -m server.app
# Gradio default port
port: 7860
# Optional metadata (good for judges)
description: RL-based invoice payment scheduler with LLM baseline (Groq)
tags:
- reinforcement-learning
- finance
- openenv
- llm |