A (very) simple, text only chatbot using Society AI inference endpoint
Update app.py
This commit is contained in:
parent
7dfbe4fa3e
commit
76beac41a3
1
app.py
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user