kevinwang676 commited on
Commit
ab6656a
β€’
1 Parent(s): 77c58d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -332,7 +332,7 @@ async def text_to_speech_edge(text, language_code):
332
  return tmp_path
333
 
334
 
335
- with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) as demo:
336
  gr.HTML("<center>"
337
  "<h1>πŸ₯³πŸ’•πŸŽΆ - ChatGLM2+ε£°ιŸ³ε…‹ιš†+εŠ¨ζ€θ§†ι’‘οΌšε’Œδ½ ε–œζ¬’ηš„θ§’θ‰²η•…ζ‰€ζ¬²θ¨€ε§οΌ</h1>"
338
  "</center>")
 
332
  return tmp_path
333
 
334
 
335
+ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
336
  gr.HTML("<center>"
337
  "<h1>πŸ₯³πŸ’•πŸŽΆ - ChatGLM2+ε£°ιŸ³ε…‹ιš†+εŠ¨ζ€θ§†ι’‘οΌšε’Œδ½ ε–œζ¬’ηš„θ§’θ‰²η•…ζ‰€ζ¬²θ¨€ε§οΌ</h1>"
338
  "</center>")