lunarflu HF Staff commited on
Commit
553829d
·
1 Parent(s): b81d5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()