Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ with gr.Blocks() as demo:
|
|
21 |
with gr.Column():
|
22 |
llm = gr.Dropdown(["gpt-3.5-turbo", "google_flan_t5_xxl"], type="value", multiselect=False, info="Select model here")
|
23 |
api_key = gr.Text(label="Enter API Key for the selected model",
|
24 |
-
info="Generate key for google
|
25 |
-
|
26 |
email_features = gr.TextArea(label="Input Email features", value=input_temp, info = "Change the email features here")
|
27 |
example_feature_template = gr.TextArea(label="Example Email - features", value = example_input_feat_temp, info = "Use this template example or change as per your need")
|
28 |
example_subj_body_template = gr.TextArea(label="Example Email - subject and body", value = example_input_subj_body_temp, info = "Use this template example or change as per your need")
|
|
|
21 |
with gr.Column():
|
22 |
llm = gr.Dropdown(["gpt-3.5-turbo", "google_flan_t5_xxl"], type="value", multiselect=False, info="Select model here")
|
23 |
api_key = gr.Text(label="Enter API Key for the selected model",
|
24 |
+
info="Generate key for google FLAN model from - https://huggingface.co/docs/hub/security-tokens\
|
25 |
+
for GPT - https://platform.openai.com/account/api-keys")
|
26 |
email_features = gr.TextArea(label="Input Email features", value=input_temp, info = "Change the email features here")
|
27 |
example_feature_template = gr.TextArea(label="Example Email - features", value = example_input_feat_temp, info = "Use this template example or change as per your need")
|
28 |
example_subj_body_template = gr.TextArea(label="Example Email - subject and body", value = example_input_subj_body_temp, info = "Use this template example or change as per your need")
|