No Share
Browse files
app.py
CHANGED
@@ -45,5 +45,5 @@ with block:
|
|
45 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state
|
46 |
])
|
47 |
|
48 |
-
block.launch(debug=True
|
49 |
|
|
|
45 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state
|
46 |
])
|
47 |
|
48 |
+
block.launch(debug=True)
|
49 |
|