test / app.py
iceberg0142's picture
.
ddd3ad6
raw
history blame contribute delete
112 Bytes
import uvicorn
if __name__ == "__main__":
uvicorn.run("main:app", host="127.0.0.1", port=7860, reload=True)