Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def generate_job_description(
|
|
| 65 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 66 |
"""
|
| 67 |
demo = gr.ChatInterface(
|
| 68 |
-
|
| 69 |
additional_inputs=[
|
| 70 |
gr.Textbox(value="You are an expert in generating job descriptions.", label="System message"),
|
| 71 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
|
| 65 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 66 |
"""
|
| 67 |
demo = gr.ChatInterface(
|
| 68 |
+
generate_job_description,
|
| 69 |
additional_inputs=[
|
| 70 |
gr.Textbox(value="You are an expert in generating job descriptions.", label="System message"),
|
| 71 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|