Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
# Huggingbots Server
|
99 |
This space hosts the huggingbots discord bot.
|
100 |
Currently supported models are Falcon and DeepfloydIF
|
|
|
101 |
""")
|
102 |
demo.queue(concurrency_count=100)
|
103 |
demo.queue(max_size=100)
|
|
|
98 |
# Huggingbots Server
|
99 |
This space hosts the huggingbots discord bot.
|
100 |
Currently supported models are Falcon and DeepfloydIF
|
101 |
+
https://discord.com/api/oauth2/authorize?client_id=1155489509518098565&permissions=51200&scope=bot
|
102 |
""")
|
103 |
demo.queue(concurrency_count=100)
|
104 |
demo.queue(max_size=100)
|