Anni123 commited on
Commit
1235c00
·
1 Parent(s): dcb8b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):