Spaces:
Runtime error
Runtime error
Commit
·
75b7c3d
1
Parent(s):
9009fdd
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,4 @@ with blocks:
|
|
58 |
clear = gr.Button("Clear")
|
59 |
clear.click(fn=chatgpt_clear, inputs=[message, state], outputs=[message, chatbot, state])
|
60 |
|
61 |
-
|
62 |
-
|
63 |
blocks.launch(server_port=8080, debug=False)
|
|
|
58 |
clear = gr.Button("Clear")
|
59 |
clear.click(fn=chatgpt_clear, inputs=[message, state], outputs=[message, chatbot, state])
|
60 |
|
|
|
|
|
61 |
blocks.launch(server_port=8080, debug=False)
|