feng2022 commited on
Commit
7335ad6
1 Parent(s): 147774e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -90,16 +90,9 @@ def main():
90
  title=TITLE,
91
  description=DESCRIPTION,
92
  article=ARTICLE,
93
- theme=args.theme,
94
- allow_flagging=args.allow_flagging,
95
- live=args.live,
96
  )
97
 
98
- iface.launch(
99
- enable_queue=args.enable_queue,
100
- server_port=args.port,
101
- share=args.share,
102
- )
103
 
104
  if __name__ == '__main__':
105
  main()
 
90
  title=TITLE,
91
  description=DESCRIPTION,
92
  article=ARTICLE,
 
 
 
93
  )
94
 
95
+ iface.launch()
 
 
 
 
96
 
97
  if __name__ == '__main__':
98
  main()