diff --git a/.env.example b/.env.example index 291d0db..1936bba 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,2 @@ -REPLICATE_API_TOKEN=yourtokenhere \ No newline at end of file +REPLICATE_API_TOKEN=your_replicate_api_token +HOST_OUTPUT_DIR=/path/to/your/output/directory \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 73be64b..e7314f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ token_count==0.2.1 pillow==10.4.0 loguru==0.7.2 nicegui==1.4.36 -httpx \ No newline at end of file +httpx==0.27.0