Spaces:
Runtime error
Runtime error
zR
commited on
Commit
·
3584ef2
1
Parent(s):
d42a4df
use
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def predict(history, max_length, top_p, temperature, image=None):
|
|
| 85 |
|
| 86 |
def main():
|
| 87 |
with gr.Blocks() as demo:
|
| 88 |
-
gr.HTML("""<h1 align="center">GLM-Edge-v Gradio
|
| 89 |
|
| 90 |
# Top row: Chatbot and Image upload
|
| 91 |
with gr.Row():
|
|
|
|
| 85 |
|
| 86 |
def main():
|
| 87 |
with gr.Blocks() as demo:
|
| 88 |
+
gr.HTML("""<h1 align="center">GLM-Edge-v Gradio Demo</h1>""")
|
| 89 |
|
| 90 |
# Top row: Chatbot and Image upload
|
| 91 |
with gr.Row():
|