Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,6 @@ with demo:
|
|
85 |
recipient_name = gr.Textbox(label="Recipient Name", placeholder = "Their name is...")
|
86 |
|
87 |
subject = gr.Dropdown([ "Requesting a meeting", "Reporting conflict with scheduled meeting time", "Requesting clarification", "Requesting to leave early", "Requesting a leave of absence", "Requesting a letter of recommendation", "Requesting a referral for a job application"], label= "In this email, I am...")
|
88 |
-
dates = gr.Textbox(label="Relevant Dates", placeholder ="MM/DD/YYYY")
|
89 |
email = gr.Textbox(label="Input", lines=10, placeholder="Enter your Message Here!")
|
90 |
model_id = gr.Dropdown(["GPT-3", "bigscience/T0pp", "bigscience/bloom", "EleutherAI/gpt-neo-2.7B"] ,label = "model_id")
|
91 |
|
|
|
85 |
recipient_name = gr.Textbox(label="Recipient Name", placeholder = "Their name is...")
|
86 |
|
87 |
subject = gr.Dropdown([ "Requesting a meeting", "Reporting conflict with scheduled meeting time", "Requesting clarification", "Requesting to leave early", "Requesting a leave of absence", "Requesting a letter of recommendation", "Requesting a referral for a job application"], label= "In this email, I am...")
|
|
|
88 |
email = gr.Textbox(label="Input", lines=10, placeholder="Enter your Message Here!")
|
89 |
model_id = gr.Dropdown(["GPT-3", "bigscience/T0pp", "bigscience/bloom", "EleutherAI/gpt-neo-2.7B"] ,label = "model_id")
|
90 |
|