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