MattGPT commited on
Commit
ca7d366
1 Parent(s): a4c0588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  # Numeric input for the number of labels (used in the model configuration).
42
  num_labels_input = gr.Number(label="Number of Labels", value=2)
43
  # Checkbox for users to decide whether to use caching.
44
- use_cache_input = gr.Checkbox(label="Use Cache", value=True)
45
  # Textbox to display the generated configuration.
46
  output_area = gr.Textbox(label="Config Output")
47
  # Button to create the configuration.
 
41
  # Numeric input for the number of labels (used in the model configuration).
42
  num_labels_input = gr.Number(label="Number of Labels", value=2)
43
  # Checkbox for users to decide whether to use caching.
44
+ use_cache_input = gr.Checkbox(label="Use Cache", value=False)
45
  # Textbox to display the generated configuration.
46
  output_area = gr.Textbox(label="Config Output")
47
  # Button to create the configuration.