Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Techbitforge
/
apise
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f542e8
apise
/
app.py
Techbitforge
Update app.py
802e7dc
verified
4 days ago
raw
Copy download link
history
blame
Safe
95 Bytes
from
api.server
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
7860
)