lykeven commited on
Commit
1c5f969
1 Parent(s): da4f6a0

remove port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def main():
190
  print(gr.__version__)
191
 
192
  demo.queue(concurrency_count=10)
193
- demo.launch(server_port=7862)
194
 
195
  if __name__ == '__main__':
196
  main()
 
190
  print(gr.__version__)
191
 
192
  demo.queue(concurrency_count=10)
193
+ demo.launch()
194
 
195
  if __name__ == '__main__':
196
  main()