A (very) simple, text only chatbot using Society AI inference endpoint

Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m14s

This commit is contained in:
Hezi Aharon 2024-11-05 05:39:11 +00:00
parent 76beac41a3
commit 57d04e0f2d

1
app.py

@ -49,6 +49,5 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
)
clear.click(lambda: None, None, chatbot, queue=False)
if __name__ == "__main__":
demo.launch()