Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf authored Feb 6, 2024
1 parent 8845aac commit da59d46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Welcome to **Applio Plugins**, a repository specifically designed for Applio plu

If you're not familiar with Applio, check it out on our incredible webpage, [applio.org](https://applio.org), or visit our [GitHub repository](https://github.com/IAHispano/Applio).

## If you are going to create a new plugin
## Instructions

The heart of the plugin lies in the `def applio_plugin()` function, acting as the interface for the Gradio tab. This function will be brought into the plugins tab later on. It's crucial to maintain the original names of both the function and the `plugin.py` file, as they are integral to the import process. Additionally, there's a requirements file that cannot be relocated or renamed but can be removed if not needed.
- The core of the plugin lies in the `def applio_plugin()` function, acting as the interface for the Gradio tab. *This function will be brought into the plugins tab later on.*
- It's crucial to maintain the original names of both the function and the `plugin.py` file, as they are integral to the import process.

*Additionally, there's a requirements file that cannot be relocated or renamed but can be removed if not needed.*

0 comments on commit da59d46

Please sign in to comment.