CarolinePascal commited on
Commit
4536ca1
·
unverified ·
1 Parent(s): 803da7c

chore(app): making the app look good

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. app.py +1 -5
  3. 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.Markdown("""
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

  • SHA256: 2a0540d9754bb1735df63201233738f5c7b55527a2dfd7d4aaff41cb12cd239a
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB