richardr1126 commited on
Commit
3ff9987
·
1 Parent(s): 31a2d18

Update app-ngrok.py

Browse files
Files changed (1) hide show
  1. app-ngrok.py +1 -1
app-ngrok.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
173
  )
174
 
175
  with gr.Accordion("More Options:", open=False):
176
- log = gr.Checkbox(label="Log to Firebase", value=True, interactive=True)
177
 
178
  # When the button is clicked, call the generate function, inputs are taken from the UI elements, outputs are sent to outputs elements
179
  run_button.click(fn=generate, inputs=[input_text, db_info, temperature, top_p, top_k, repetition_penalty, format_sql, stop_sequence, log], outputs=output_box, api_name="txt2sql")
 
173
  )
174
 
175
  with gr.Accordion("More Options:", open=False):
176
+ log = gr.Checkbox(label="Log to Firebase", value=True, interactive=False)
177
 
178
  # When the button is clicked, call the generate function, inputs are taken from the UI elements, outputs are sent to outputs elements
179
  run_button.click(fn=generate, inputs=[input_text, db_info, temperature, top_p, top_k, repetition_penalty, format_sql, stop_sequence, log], outputs=output_box, api_name="txt2sql")