rp-yu commited on
Commit
510f4da
·
verified ·
1 Parent(s): bb98e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -306,7 +306,7 @@ title_html = """
306
 
307
 
308
  tos_markdown = """
309
- Acknowledgement: This demo is built on the huggingfcae space of [InternVL](https://huggingface.co/spaces/OpenGVLab/InternVL).
310
  """
311
 
312
 
@@ -562,7 +562,7 @@ if __name__ == "__main__":
562
  parser = argparse.ArgumentParser()
563
  parser.add_argument("--host", type=str, default="0.0.0.0")
564
  parser.add_argument("--port", type=int, default=7860)
565
- parser.add_argument("--concurrency-count", type=int, default=10)
566
  parser.add_argument("--share", action="store_true")
567
  parser.add_argument("--moderate", action="store_true")
568
  args = parser.parse_args()
 
306
 
307
 
308
  tos_markdown = """
309
+ Acknowledgement: This demo is built upon the huggingface space of [InternVL](https://huggingface.co/spaces/OpenGVLab/InternVL).
310
  """
311
 
312
 
 
562
  parser = argparse.ArgumentParser()
563
  parser.add_argument("--host", type=str, default="0.0.0.0")
564
  parser.add_argument("--port", type=int, default=7860)
565
+ parser.add_argument("--concurrency-count", type=int, default=4)
566
  parser.add_argument("--share", action="store_true")
567
  parser.add_argument("--moderate", action="store_true")
568
  args = parser.parse_args()