Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def rispondi_a_domanda(domanda, testo, max_token_risposta=550):
|
|
105 |
examples = [
|
106 |
["How to change the knife?"],
|
107 |
["What are the safety precautions for using the machine?"],
|
108 |
-
["
|
109 |
]
|
110 |
|
111 |
iface = gr.Interface(
|
|
|
105 |
examples = [
|
106 |
["How to change the knife?"],
|
107 |
["What are the safety precautions for using the machine?"],
|
108 |
+
["Who to contact for assistance in case of problems ?"]
|
109 |
]
|
110 |
|
111 |
iface = gr.Interface(
|