Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,5 +132,4 @@ Language Model currently under the hood: {model}
|
|
132 |
'''.format(pre_configured_promt=pre_configured_promt, model=model)
|
133 |
|
134 |
examples = [pre_configured_promt]
|
135 |
-
additional_inputs = [gr.Dropdown(value=["gpt-3-turbo", "gpt-4"], label="Model")]
|
136 |
gr.ChatInterface(predict, examples=[examples], description=description).launch()
|
|
|
132 |
'''.format(pre_configured_promt=pre_configured_promt, model=model)
|
133 |
|
134 |
examples = [pre_configured_promt]
|
|
|
135 |
gr.ChatInterface(predict, examples=[examples], description=description).launch()
|