Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ def CustomChatGPT(user_input):
|
|
| 16 |
return ChatGPT_reply
|
| 17 |
|
| 18 |
iface = gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title = "ChatBot")
|
| 19 |
-
iface.launch(
|
|
|
|
| 16 |
return ChatGPT_reply
|
| 17 |
|
| 18 |
iface = gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title = "ChatBot")
|
| 19 |
+
iface.launch()
|