Spaces:
Running
on
Zero
Running
on
Zero
zR
commited on
Commit
•
7b24be3
1
Parent(s):
d681afc
new
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def predict(history, max_length, top_p, temperature):
|
|
51 |
|
52 |
def main():
|
53 |
with gr.Blocks() as demo:
|
54 |
-
gr.HTML("""<h1 align="center">GLM-Edge-Chat Gradio
|
55 |
|
56 |
with gr.Row():
|
57 |
with gr.Column(scale=3):
|
|
|
51 |
|
52 |
def main():
|
53 |
with gr.Blocks() as demo:
|
54 |
+
gr.HTML("""<h1 align="center">GLM-Edge-Chat Gradio Demo</h1>""")
|
55 |
|
56 |
with gr.Row():
|
57 |
with gr.Column(scale=3):
|