Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
| 81 |
gr.Markdown("""
|
| 82 |
# Huggingbots Server
|
| 83 |
This space hosts the huggingbots discord bot.
|
| 84 |
-
Currently supported models are
|
| 85 |
""")
|
| 86 |
demo.queue(concurrency_count=20)
|
| 87 |
demo.launch()
|
|
|
|
| 81 |
gr.Markdown("""
|
| 82 |
# Huggingbots Server
|
| 83 |
This space hosts the huggingbots discord bot.
|
| 84 |
+
Currently supported models are Falcon and DeepfloydIF
|
| 85 |
""")
|
| 86 |
demo.queue(concurrency_count=20)
|
| 87 |
demo.launch()
|