Spaces:
Running
Running
yentinglin
commited on
Commit
•
1f6d536
1
Parent(s):
75118e6
Update app.py
Browse files
app.py
CHANGED
@@ -112,4 +112,4 @@ with gr.Blocks() as demo:
|
|
112 |
|
113 |
emptyBtn.click(lambda: chatbot.reset(), outputs=[chatbot], show_progress=True)
|
114 |
|
115 |
-
demo.launch(
|
|
|
112 |
|
113 |
emptyBtn.click(lambda: chatbot.reset(), outputs=[chatbot], show_progress=True)
|
114 |
|
115 |
+
demo.launch()
|