Spaces:
Runtime error
Runtime error
Commit
·
77c58d7
1
Parent(s):
0be75d5
Update app.py
Browse files
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)
|
|