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

Update app.py

This commit is contained in:
Hezi Aharon 2024-11-05 05:27:15 +00:00
parent 7dfbe4fa3e
commit 76beac41a3

1
app.py

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