Update landing.md
Browse files- landing.md +6 -0
landing.md
CHANGED
@@ -15,6 +15,12 @@ Below, we show examples how to use the Bot in your server to:
|
|
15 |
|
16 |
All for free and without having to code anything! Installation instructions are below, or you can try it out right now in the [#gradio-bot-playground channel](https://discord.gg/Q7ZSBrZHjx) in the Hugging Face Discord.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Installing in your own Discord Server
|
19 |
|
20 |
Installing the Gradio Discord Bot is very simple:
|
|
|
15 |
|
16 |
All for free and without having to code anything! Installation instructions are below, or you can try it out right now in the [#gradio-bot-playground channel](https://discord.gg/Q7ZSBrZHjx) in the Hugging Face Discord.
|
17 |
|
18 |
+
## How did Nick088 make so it stays alive 24/7 for free?
|
19 |
+
|
20 |
+
When you make an Hugging Face Space run on Free CPU, if in 48 hours there's no user input, so not being used, it goes to 'sleep'.
|
21 |
+
|
22 |
+
**BUT** to not have that problem, I basically added at the bottom an 'thank you for your support' function where I have to put any input name once every 1/2 days and click submit so it resets the 48 hours countdown to 'sleep'.
|
23 |
+
|
24 |
## Installing in your own Discord Server
|
25 |
|
26 |
Installing the Gradio Discord Bot is very simple:
|