Spaces:
Sleeping
Sleeping
File size: 526 Bytes
b2c7817 | 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 | title: AgriPredict Analysis Service
emoji: 🌾
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: "4.0.0"
app_file: main.py
pinned: false
# Hugging Face Spaces Configuration for AgriPredict Analysis Service
# This service provides advanced agricultural demand forecasting
# Python version requirement
python_version: "3.10"
# Build configuration
build:
python_version: "3.10"
# Environment variables
env:
PORT: 7860
PYTHONPATH: /app
# Startup command
start_command: "python main.py"
|