ffreemt commited on
Commit
f719193
1 Parent(s): 924e140
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -200,6 +200,8 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
200
  _ = """
201
  ## ChatGLM2-6B-int4
202
 
 
 
203
  With a GPU, a query takes from a few seconds to a few tens of seconds, dependent on the number of words/characters
204
  the question and responses contain. The quality of the responses varies quite a bit it seems. Even the same
205
  question with the same parameters, asked at different times, can result in quite different responses.
 
200
  _ = """
201
  ## ChatGLM2-6B-int4
202
 
203
+ Try to refresh the browser and try again when occasionally an error occurs.
204
+
205
  With a GPU, a query takes from a few seconds to a few tens of seconds, dependent on the number of words/characters
206
  the question and responses contain. The quality of the responses varies quite a bit it seems. Even the same
207
  question with the same parameters, asked at different times, can result in quite different responses.