kevinwang676 commited on
Commit
77c58d7
1 Parent(s): 0be75d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -605,5 +605,4 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
605
  ''')
606
 
607
 
608
- demo.queue().launch(show_error=True, debug=True)
609
-
 
605
  ''')
606
 
607
 
608
+ demo.queue().launch(show_error=True, debug=True, server_port=6006)