prasanna2003
commited on
Commit
·
43789bc
1
Parent(s):
72e5126
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ interface = gr.Interface(
|
|
66 |
),
|
67 |
],
|
68 |
outputs=output_components,
|
69 |
-
title='
|
70 |
-
description='Type in an instruction and input, and get a response from the
|
71 |
)
|
72 |
|
73 |
interface.launch()
|
|
|
66 |
),
|
67 |
],
|
68 |
outputs=output_components,
|
69 |
+
title='ChatOPT',
|
70 |
+
description='Type in an instruction and input, and get a response from the model',
|
71 |
)
|
72 |
|
73 |
interface.launch()
|