Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
flk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f11f1bb
flk
/
spaces.py
Geek7
Create spaces.py
d12e569
verified
6 months ago
raw
Copy download link
history
blame
97 Bytes
from
app
import
app
# Import your Flask app from app.py
if
__name__ ==
"__main__"
:
app.run()