Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
TruVlad
/
flaskAPI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TruVlad
commited on
Sep 29, 2025
Commit
1cdca7f
·
verified
·
1 Parent(s):
a40bd32
Delete main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-10
main.py
DELETED
Viewed
@@ -1,10 +0,0 @@
1
-
from flask import Flask
2
-
3
-
app = Flask(__name__)
4
-
5
-
@app.route('/')
6
-
def hello_world():
7
-
return "<h1>Hello, World!<h1>"
8
-
9
-
if __name__ == '__main__':
10
-
app.run(host='0.0.0.0')