Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks() as demo:
|
|
451 |
with gr.Tabs():
|
452 |
with gr.Tab("Generate Conversations"):
|
453 |
with gr.Row():
|
454 |
-
num_conversations_input = gr.Slider(minimum=1, maximum=
|
455 |
|
456 |
gr.Markdown("### Model Selection")
|
457 |
model_selector_dropdown = gr.Dropdown(
|
|
|
451 |
with gr.Tabs():
|
452 |
with gr.Tab("Generate Conversations"):
|
453 |
with gr.Row():
|
454 |
+
num_conversations_input = gr.Slider(minimum=1, maximum=200, value=3, step=1, label="Number of Conversations to Generate", info="More conversations take longer and might hit API limits.")
|
455 |
|
456 |
gr.Markdown("### Model Selection")
|
457 |
model_selector_dropdown = gr.Dropdown(
|