acecalisto3 commited on
Commit
1f5bc18
·
verified ·
1 Parent(s): 2296c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ def build_app(self):
282
 
283
  return demo
284
 
285
- def launch_app(self):
286
  demo = self.build_app()
287
  demo.launch()
288
 
 
282
 
283
  return demo
284
 
285
+ def launch_app(self):
286
  demo = self.build_app()
287
  demo.launch()
288