parent
d47e8d1efe
commit
213053cc1e
@ -0,0 +1,28 @@
|
||||
name: Run Python script
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- discord-bot
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Install Gradio
|
||||
run: python -m pip install gradio
|
||||
|
||||
- name: Log in to Hugging Face
|
||||
run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
|
||||
|
||||
- name: Deploy to Spaces
|
||||
run: gradio deploy
|
@ -0,0 +1,12 @@
|
||||
Monitezation of the Swarm
|
||||
=========================
|
||||
The swarm is a free and open source frame work for building autonous agents in the form of swarms
|
||||
|
||||
some possible ways to monitize the swarm are:
|
||||
|
||||
- selling the swarm as a service
|
||||
-through eg the domain where users can pay a fee to have their swarm hosted on the swarm server
|
||||
-Consumer interface for them to interact with their swarm subscription 99 per month interact
|
||||
-swarm as a service
|
||||
|
||||
|
Loading…
Reference in new issue