docs(modal): tweak app.py

r0.4
Meng Zhang 2023-10-22 15:05:15 -07:00 committed by GitHub
parent b1437a3b80
commit e46b46a1c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
"""Usage:
modal serve app.py
"""
from modal import Image, Stub, asgi_app, gpu
IMAGE_NAME = "tabbyml/tabby:0.3.1"