fix: synchronize the complete application runtime
#5
by thangvip - opened
The deployed Space mixed current backend files with old Phase 1 schema, config, and server modules. This publishes one consistent tested source set, restoring ForestStyle and all current API contracts.
Urgent runtime repair. The current main branch mixes newer backends with old Phase 1 schema.py, config.py, and server.py, causing ImportError: ForestStyle. This PR synchronizes all application Python modules from the tested runtime. Please merge to restart the CPU Space; no HF GPU is used.
thangvip changed pull request status to merged