lykeven commited on
Commit
03e280c
1 Parent(s): ca06aae
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def main():
200
  print(gr.__version__)
201
 
202
  demo.queue(concurrency_count=10)
203
- demo.launch(server_port=7862)
204
 
205
  if __name__ == '__main__':
206
  main()
 
200
  print(gr.__version__)
201
 
202
  demo.queue(concurrency_count=10)
203
+ demo.launch()
204
 
205
  if __name__ == '__main__':
206
  main()