HusnaManakkot commited on
Commit
910b6a0
β€’
1 Parent(s): a4d5298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ interface = gr.Interface(
43
  title="NL to SQL with T5 using Spider Dataset",
44
  description="This model generates an SQL query for your natural language input based on the Spider dataset."
45
  )
46
-
47
  # Launch the app
48
  if __name__ == "__main__":
49
  interface.launch()
 
43
  title="NL to SQL with T5 using Spider Dataset",
44
  description="This model generates an SQL query for your natural language input based on the Spider dataset."
45
  )
 
46
  # Launch the app
47
  if __name__ == "__main__":
48
  interface.launch()