nakas commited on
Commit
b417793
·
1 Parent(s): b69ba8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -410,8 +410,5 @@ if __name__ == "__main__":
410
  if args.share:
411
  launch_kwargs['share'] = args.share
412
 
413
- # Show the interface
414
- if IS_BATCHED:
415
- ui_batched(launch_kwargs)
416
- else:
417
  ui_full(launch_kwargs)
 
410
  if args.share:
411
  launch_kwargs['share'] = args.share
412
 
413
+
 
 
 
414
  ui_full(launch_kwargs)