Update chatbot-gpt.py
Browse files- chatbot-gpt.py +1 -1
chatbot-gpt.py
CHANGED
@@ -29,4 +29,4 @@ gr.Interface(
|
|
29 |
outputs=outputs,
|
30 |
title="ChatGPT : Test!",
|
31 |
description="Ask anything you want",
|
32 |
-
).launch(
|
|
|
29 |
outputs=outputs,
|
30 |
title="ChatGPT : Test!",
|
31 |
description="Ask anything you want",
|
32 |
+
).launch()
|