poetry.dependencies] python = ">=3.11,<3.12" fastapi = "^0" gunicorn = "^20.1.0" prometheus-fastapi-instrumentator = "^6.0.0" pydantic-settings = "^2.0.3" pymyco = "^3.0.0" streamlit = "^1.24.0" uvicorn = { version = "^0", extras = ["standard"] } # If you want to ...
streamlit A faster way to build and share data apps 21 httpx The next generation HTTP client. 21 py library with cross-python path, ini-parsing, io, code, log facilities 21 pynacl Python binding to the Networking and Cryptography (NaCl) library 21 spotipy A light weight Python library for...
from enum import Enum # Paths for caching, model hub, and tokens NEXA_CACHE_ROOT = Path(os.getenv("NEXA_CACHE_ROOT") or "~/.cache/nexa").expanduser() NEXA_TOKEN_PATH = NEXA_CACHE_ROOT / "token" NEXA_MODELS_HUB_DIR = NEXA_CACHE_ROOT / "hub" NEXA_MODELS_HUB_OFFICIAL_DIR = NEXA...
apollographql/apollo-ios: 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift. apollographql/apollo-tooling: ✏️ Apollo CLI for client tooling (Mostly replaced by Rover) raindropio/app: None standardnotes/app: Think fearlessly with end-to-end encrypted notes and file...
streamlit_telemetry: False default_theme: dark huggingface_token: "" gpu: 0 outdir: outputs default_model: "Stable Diffusion v1.4" 26 changes: 26 additions & 0 deletions 26 daisi_app.py Original file line numberDiff line numberDiff line change @@ -0,0 +1,26 @@ import os, subproces...