Spaces:
Runtime error
Runtime error
Your Name
commited on
Commit
·
359335a
1
Parent(s):
2bfde77
app.py
CHANGED
@@ -65,4 +65,4 @@ with gr.Blocks() as demo:
|
|
65 |
agent_state = gr.State()
|
66 |
btn.click(chat, [inp,site,state],[chatbot, state])
|
67 |
if __name__ == '__main__':
|
68 |
-
demo.launch(
|
|
|
65 |
agent_state = gr.State()
|
66 |
btn.click(chat, [inp,site,state],[chatbot, state])
|
67 |
if __name__ == '__main__':
|
68 |
+
demo.launch()
|