Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ You can switch between gpt-3.5 and gpt-4 with {switch_to_gpt3} or {switch_to_gpt
|
|
107 |
'''.format(pre_configured_promt=pre_configured_promt, switch_to_gpt3=switch_to_gpt3, switch_to_gpt4=switch_to_gpt4)
|
108 |
|
109 |
examples = [pre_configured_promt, switch_to_gpt3, switch_to_gpt4]
|
110 |
-
gr.ChatInterface(predict, examples=
|
|
|
107 |
'''.format(pre_configured_promt=pre_configured_promt, switch_to_gpt3=switch_to_gpt3, switch_to_gpt4=switch_to_gpt4)
|
108 |
|
109 |
examples = [pre_configured_promt, switch_to_gpt3, switch_to_gpt4]
|
110 |
+
gr.ChatInterface(predict, examples=examples, description=description).launch()
|