nananie143/agenticAi
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Central AI Hub
This is a Hugging Face Space for the Central AI Hub.
How to Run
- Make sure you have the required dependencies installed. You can install them using:
pip install -r requirements.txt- To run the space, execute the following command:
python app.pyThis will start the Gradio interface, which you can access in your browser.
- You can optionally provide a local path to the Qwen2.5-14B GGUF model by setting the
LOCAL_MODEL_PATHenvironment variable. For example:
LOCAL_MODEL_PATH=/path/to/your/model.gguf python app.py If the LOCAL_MODEL_PATH environment variable is not set, the model will be downloaded from Hugging Face Hub and cached in the .cache directory.
Usage
- Select a task type from the dropdown menu.
- Enter the task content in the text box.
- Enter any task requirements, separated by commas.
- Click the "Submit Task" button.
- The task status will be displayed in the output text box.
