#!/bin/bash # Quick upload script echo "Enter your HuggingFace username:" read username echo "Enter your Space name:" read spacename cd space_files huggingface-cli upload $username/$spacename . --repo-type space echo "Space uploaded! Visit: https://huggingface.co/spaces/$username/$spacename"