jinhybr commited on
Commit
cb19bba
·
verified ·
1 Parent(s): f2210e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
52
  #inputs=gr.inputs.Textbox(lines=7, label="User Question"),
53
  inputs = ['text'],
54
  outputs=['text'],
55
- title="Text to SQL Translator",
56
  description="Translate text to SQL query based on the provided schema.CREATE TABLE table_17429402_7 (school VARCHAR, last_occ_championship VARCHAR)"
57
  )
58
  iface.launch()
 
52
  #inputs=gr.inputs.Textbox(lines=7, label="User Question"),
53
  inputs = ['text'],
54
  outputs=['text'],
55
+ title="Finetuned code-llama-7b for Text-to-SQL Demo",
56
  description="Translate text to SQL query based on the provided schema.CREATE TABLE table_17429402_7 (school VARCHAR, last_occ_championship VARCHAR)"
57
  )
58
  iface.launch()