GrocyGenieModel / main.py
shahriar Kabir
added all files
2c8ffe4
Raw
History Blame Contribute Delete
97 Bytes
import uvicorn
if __name__ == "__main__":
uvicorn.run("app:app", host="0.0.0.0", port=7860)