button text
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|
| 74 |
with gr.Row():
|
| 75 |
with gr.Column():
|
| 76 |
prompt = gr.Textbox(label="Prompt", lines=3, value="Today is")
|
| 77 |
-
button = gr.Button(f"Generate with {MODEL_NAME}")
|
| 78 |
with gr.Column():
|
| 79 |
highlighted_text = gr.HighlightedText(
|
| 80 |
label="Highlighted generation",
|
|
|
|
| 74 |
with gr.Row():
|
| 75 |
with gr.Column():
|
| 76 |
prompt = gr.Textbox(label="Prompt", lines=3, value="Today is")
|
| 77 |
+
button = gr.Button(f"Generate with {MODEL_NAME}, using sampling!")
|
| 78 |
with gr.Column():
|
| 79 |
highlighted_text = gr.HighlightedText(
|
| 80 |
label="Highlighted generation",
|