Really-amin's picture
Upload folder using huggingface_hub
b51f3c0 verified
Raw
History Blame Contribute Delete
153 Bytes
def test_import_main_app():
# Smoke-test: ensure the FastAPI app can be imported.
from main import app # noqa: F401
assert app is not None