pengdaqian commited on
Commit
7681a30
1 Parent(s): d0740f4
Files changed (2) hide show
  1. app.py +2 -2
  2. locales/zh-CN.json +1 -1
app.py CHANGED
@@ -456,6 +456,6 @@ with block:
456
  block.queue(concurrency_count=80,
457
  max_size=100).launch(
458
  max_threads=150,
459
- server_port=6006,
460
- share=True,
461
  )
 
456
  block.queue(concurrency_count=80,
457
  max_size=100).launch(
458
  max_threads=150,
459
+ # server_port=6006,
460
+ # share=True,
461
  )
locales/zh-CN.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- "introduce": "Stable Diffusion 2.1 Demo App.\n Click \"Generate image\" Button to generate image.\n Also Change params to have a try",
3
  }
 
1
  {
2
+ "introduce": "Stable Diffusion 2.1 Demo App.\n Click \"Generate image\" Button to generate image.\n Also Change params to have a try"
3
  }