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
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m14s
This commit is contained in:
parent
76beac41a3
commit
57d04e0f2d
1
app.py
1
app.py
@ -49,6 +49,5 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|||||||
)
|
)
|
||||||
clear.click(lambda: None, None, chatbot, queue=False)
|
clear.click(lambda: None, None, chatbot, queue=False)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
demo.launch()
|
demo.launch()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user