pedrocas15 commited on
Commit
bce4284
·
verified ·
1 Parent(s): d2c5ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -80,4 +80,5 @@ demo = gr.ChatInterface(
80
 
81
 
82
  if __name__ == "__main__":
 
83
  demo.launch()
 
80
 
81
 
82
  if __name__ == "__main__":
83
+ setup()
84
  demo.launch()