Update app.py
Browse files
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
|
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()
|