Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|