Skip to content

Commit

Permalink
feat: adding new version of the module with post installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MidKnightXI committed Jul 20, 2024
1 parent cccdcf7 commit 1c1d2b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ENHANCE",
"version": "v1.0.0",
"description": "Deblur noisy images with a lightweight AI model. Requires python3 to run the model",
"description": "Improves noisy images quality with a lightweight AI model. Requires python3 to run the model",
"type": "reaction",
"arguments": [
{
Expand All @@ -10,5 +10,6 @@
}
],
"binary": "runner.py",
"runtime": "python3"
"runtime": "python3",
"post_installation_command": "pip3 -r requirements.txt"
}

0 comments on commit 1c1d2b7

Please sign in to comment.