dgjx commited on
Commit
5e1e57a
·
verified ·
1 Parent(s): e5e65da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ CREATE TABLE product_suppliers (
74
  demo = gr.Interface(
75
  fn=generate_sql,
76
  title="SQLCoder-8b",
77
- description="Defog\'s SQLCoder-8B is a state of the art-models for generating SQL queries from natural language. "
78
  inputs=[
79
  gr.Textbox(label="User Question", placeholder="Enter your question here...", value=question),
80
  gr.Textbox(label="Instructions (optional)", placeholder="Enter any additional instructions here...", value=instructions),
 
74
  demo = gr.Interface(
75
  fn=generate_sql,
76
  title="SQLCoder-8b",
77
+ description="Defog's SQLCoder-8B is a state of the art-models for generating SQL queries from natural language. ",
78
  inputs=[
79
  gr.Textbox(label="User Question", placeholder="Enter your question here...", value=question),
80
  gr.Textbox(label="Instructions (optional)", placeholder="Enter any additional instructions here...", value=instructions),