Update app.py
Browse files
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=
|
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.
|