gokaygokay commited on
Commit
6977738
·
verified ·
1 Parent(s): 546628f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def create_interface():
66
  model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768"], value="mixtral-8x7b-32768")
67
  with gr.Row():
68
  # **Single Button for Generating Prompt and Text**
69
- generate_button = gr.Button("Generate Random Prompt with LLM")
70
  with gr.Row():
71
  text_output = gr.Textbox(label="LLM Generated Text", lines=10, show_copy_button=True)
72
 
 
66
  model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768"], value="mixtral-8x7b-32768")
67
  with gr.Row():
68
  # **Single Button for Generating Prompt and Text**
69
+ generate_button = gr.Button("GENERATE")
70
  with gr.Row():
71
  text_output = gr.Textbox(label="LLM Generated Text", lines=10, show_copy_button=True)
72