Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.42.0
metadata
title: HF Space Creator
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.34.0
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_scopes:
- read-repos
- write-repos
- manage-repos
Hugging Face Space Creator
This is a simple Gradio app that allows Hugging Face users to login with OAuth and create private spaces.
Features
- OAuth login using Hugging Face account
- Create private spaces with a single click
- Automatically sets up a basic Gradio app in the new space
How to Use
- Click the "Sign in with Hugging Face" button
- Authorize the application
- Enter a name for your new private space
- Click "Create Private Space"
Deployment
When deploying this Space, make sure:
- The
hf_oauth: true
is set in the README.md metadata - The necessary OAuth scopes are configured (
read-repos
,write-repos
,manage-repos
)
Local Development
OAuth login only works when deployed to Hugging Face Spaces. For local testing, you'll need to deploy the app as a Space.