pengdaqian commited on
Commit
c2defff
·
1 Parent(s): d457bf4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ def main():
382
  cache_examples=True,
383
  )
384
 
385
- app.launch(server_port=6006)
386
  except KeyboardInterrupt:
387
  app.close()
388
  sys.exit(0)
 
382
  cache_examples=True,
383
  )
384
 
385
+ app.launch()
386
  except KeyboardInterrupt:
387
  app.close()
388
  sys.exit(0)