Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-col
|
|
303 |
engine = gr.Dropdown(choices=['gpt-3.5-turbo','text-davinci-003', 'text-davinci-002', 'text-curie-001', 'text-babbage-001', 'text-ada-001'],
|
304 |
label="Engine", value="text-davinci-003", interactive=True, info="Choose the engine and have a try!")
|
305 |
reset_btn = gr.Button(value='RESET')
|
306 |
-
examples = gr.Examples(examples=EXAMPLES, inputs=[input_question])
|
307 |
|
308 |
with gr.Row():
|
309 |
with gr.Column(scale=1):
|
|
|
303 |
engine = gr.Dropdown(choices=['gpt-3.5-turbo','text-davinci-003', 'text-davinci-002', 'text-curie-001', 'text-babbage-001', 'text-ada-001'],
|
304 |
label="Engine", value="text-davinci-003", interactive=True, info="Choose the engine and have a try!")
|
305 |
reset_btn = gr.Button(value='RESET')
|
306 |
+
#examples = gr.Examples(examples=EXAMPLES, inputs=[input_question])
|
307 |
|
308 |
with gr.Row():
|
309 |
with gr.Column(scale=1):
|