Spaces:
Sleeping
Sleeping
fix 10
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Tab("Generate Email"):
|
|
114 |
|
115 |
generate_button.click(generate_text,
|
116 |
#inputs=[industry, recipient_role, company_details],
|
117 |
-
|
118 |
Query,
|
119 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
120 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
114 |
|
115 |
generate_button.click(generate_text,
|
116 |
#inputs=[industry, recipient_role, company_details],
|
117 |
+
inputs=[
|
118 |
Query,
|
119 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
120 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|