Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.10.0
metadata
title: OpenEnv Hackathon Boilerplate
emoji: 🚀
colorFrom: blue
colorTo: green
sdk: gradio
app_file: demo.py
pinned: false
OpenEnv Hackathon Boilerplate
This repository contains the required boilerplate for the OpenEnv Hackathon submission.
Requirements
Environment
- Python 3.10+
- Dependencies listed in
requirements.txt
Installation Instructions
Clone the repository:
git clone https://github.com/eshwanthkartitr/Boiler_plate cd Boiler_plateInstall dependencies:
pip install -r requirements.txtRun the demo:
python demo.py
Structure
demo.py: Demo script to run the environment.requirements.txt: Python dependencies.src/: Directory containing the actual environment code.