Spaces:
Runtime error
Runtime error
Commit
·
86a5a65
1
Parent(s):
3ab9a24
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 = "bhAI")
|
19 |
-
iface.launch(
|
|
|
16 |
return ChatGPT_reply
|
17 |
|
18 |
iface = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "bhAI")
|
19 |
+
iface.launch()
|