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