CORVO-AI commited on
Commit
2b45134
·
verified ·
1 Parent(s): e0eb0b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,13 +1,18 @@
1
  ---
2
- title: Linux Computer
3
- emoji: 👀
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.20.0
8
- python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: Flask App on ZeroGPU
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: "5.9.1"
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Flask App on ZeroGPU
13
+
14
+ A full Flask app running in its own folder (`flask-app/`) on its own internal
15
+ port (9001), bridged to the public path `/app` through Gradio, which owns the
16
+ only public port (7860).
17
+
18
+ Visit: `https://<SPACE_SUBDOMAIN>.hf.space/app`