Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
CarolinePascal commited on
chore(app): making the app look good
Browse files- .gitattributes +1 -0
- app.py +1 -5
- reachy-mailman.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -265,11 +265,7 @@ def run_bot():
|
|
| 265 |
threading.Thread(target=run_bot).start()
|
| 266 |
"""This allows us to run the Discord bot in a Python thread"""
|
| 267 |
with gr.Blocks() as demo:
|
| 268 |
-
gr.
|
| 269 |
-
# Huggingbots Server
|
| 270 |
-
This space hosts the huggingbots discord bot.
|
| 271 |
-
Currently supported models are Falcon and DeepfloydIF
|
| 272 |
-
""")
|
| 273 |
demo.queue(default_concurrency_limit=100, max_size=100)
|
| 274 |
demo.launch()
|
| 275 |
|
|
|
|
| 265 |
threading.Thread(target=run_bot).start()
|
| 266 |
"""This allows us to run the Discord bot in a Python thread"""
|
| 267 |
with gr.Blocks() as demo:
|
| 268 |
+
gr.Image("reachy-mailman.png")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
demo.queue(default_concurrency_limit=100, max_size=100)
|
| 270 |
demo.launch()
|
| 271 |
|
reachy-mailman.png
ADDED
|
Git LFS Details
|