Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kanhauauwhwh
/
file
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
file
/
plugins
/
__init__.py
Kanhshsh
Upload 60 files
b00d2c6
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
from
aiohttp
import
web
from
.route
import
routes
async
def
web_server
():
web_app = web.Application(client_max_size=
30000000
)
web_app.add_routes(routes)
return
web_app