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