Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz authored Feb 6, 2024
1 parent 5cf4b05 commit d401dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Example-Plugin/plugin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import gradio as gr

def applio_plugin():
gr.Markdown(
value=
"This code snippet introduces an Applio plugin. 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."
)
Empty file added Example-Plugin/requirements.txt
Empty file.

0 comments on commit d401dce

Please sign in to comment.