ashutoshzade commited on
Commit
acb5b80
·
verified ·
1 Parent(s): 67f6272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- chat,
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"),