statics-server / README.md
thanhnv2323's picture
Update README.md
1f5c2a6
|
raw
history blame
1.83 kB
metadata
title: Statics Server
emoji: 😻
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 3.33.1
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Deploy with Vercel

Flask + Vercel

This example shows how to use Flask 2 on Vercel with Serverless Functions using the Python Runtime.

Demo

https://flask-python-template.vercel.app/

How it Works

This example uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.

Running Locally

npm i -g vercel
vercel dev

Your Flask application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel