Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ TITLE = "<h1>3ML-bot</h1>"
|
|
21 |
|
22 |
DESCRIPTION = f"""
|
23 |
<center>
|
24 |
-
<p
|
25 |
<br>
|
26 |
🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
|
27 |
</center>"""
|
@@ -182,10 +182,9 @@ chat_input = gr.MultimodalTextbox(
|
|
182 |
|
183 |
)
|
184 |
EXAMPLES = [
|
185 |
-
[{"text": "
|
186 |
-
[{"text": "
|
187 |
-
[{"text": "
|
188 |
-
[{"text": "در مورد این عکس توضیح بده و بگو این چه فصلی می تواند باشد", "files": ["nature.jpg"]}]
|
189 |
]
|
190 |
|
191 |
with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
|
21 |
|
22 |
DESCRIPTION = f"""
|
23 |
<center>
|
24 |
+
<p>Chat con Documentos.
|
25 |
<br>
|
26 |
🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
|
27 |
</center>"""
|
|
|
182 |
|
183 |
)
|
184 |
EXAMPLES = [
|
185 |
+
[{"text": "Quien es el Demandado?", }],
|
186 |
+
[{"text": "Resumir el Documento?", }],
|
187 |
+
[{"text": "Explicar el Documento?", }]
|
|
|
188 |
]
|
189 |
|
190 |
with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|