Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,6 @@ def CustomChatGPT(user_input):
|
|
17 |
|
18 |
demo = gr.Interface(
|
19 |
fn=CustomChatGPT,
|
20 |
-
inputs = "text",
|
21 |
-
outputs="text",
|
22 |
title="Web(GPT)3"
|
23 |
)
|
24 |
inputs=gr.inputs.Text(placeholder="Ask a question"),
|
|
|
17 |
|
18 |
demo = gr.Interface(
|
19 |
fn=CustomChatGPT,
|
|
|
|
|
20 |
title="Web(GPT)3"
|
21 |
)
|
22 |
inputs=gr.inputs.Text(placeholder="Ask a question"),
|