bstraehle commited on
Commit
4ac20b5
1 Parent(s): ebe8e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,5 +150,5 @@ demo = gr.Interface(fn=process,
150
  gr.Textbox(label = "SQL Context", value = SQL_CONTEXT, lines = 4)],
151
  outputs=[gr.Textbox(label = "Prompt Completion", value = os.environ["OUTPUT"])],
152
  title = "Supervised Fine-Tuning",
153
- description = os.environ["DESCRIPTION"]
154
  demo.launch()
 
150
  gr.Textbox(label = "SQL Context", value = SQL_CONTEXT, lines = 4)],
151
  outputs=[gr.Textbox(label = "Prompt Completion", value = os.environ["OUTPUT"])],
152
  title = "Supervised Fine-Tuning",
153
+ description = os.environ["DESCRIPTION"])
154
  demo.launch()