kulia-moon commited on
Commit
c5c0075
·
verified ·
1 Parent(s): 7882535

Update app.py

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